Skip to content

Commit

Permalink
Merge branch 'develop' into docs/fixes_intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Nov 12, 2024
2 parents 1d73557 + b0839e2 commit 68beb09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
run: |
which python
python -V
uv pip install -e ".[dev]" tfpwa@git+https://github.com/jiangyi15/tf-pwa
uv pip install zfit@git+https://github.com/zfit/zfit
uv pip install -e ".[dev]" zfit@git+https://github.com/zfit/zfit
- name: Test with pytest
run: |
ZFIT_DO_JIT=${{ matrix.jit }}
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ compwa = [
pyhf = [
"pyhf",
]
all = ["zfit-physics[pyhf,compwa]"]
tfpwa = [
"tfpwa>=0.2.2",
]
all = ["zfit-physics[pyhf,compwa,tfpwa]"]
test = [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 68beb09

Please sign in to comment.