Skip to content

Commit 92750ae

Browse files
kratsgmatthewfeickert
authored andcommitted
fix: Public release canary should be using [backends] option (#728)
* Switch to using the [backends] option for public release canary test
1 parent 9fa1b1d commit 92750ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install from PyPI
2626
run: |
2727
python -m pip install --upgrade pip setuptools wheel
28-
python -m pip install pyhf[tensorflow,torch,minuit,xmlio]
28+
python -m pip install pyhf[backends,xmlio]
2929
python -m pip install 'pytest~=3.5' pytest-cov
3030
python -m pip list
3131
- name: Canary test public API

0 commit comments

Comments
 (0)