Skip to content

Commit 43c9ecc

Browse files
ci: Install release candidates for 'current release' test workflow (#1996)
* Use release candidates that are on PyPI for verifiying that the public API passes tests. This verifies that the release candidates that users are being asked to test reflect the release API. * Use the latest version of pytest.
1 parent c165c69 commit 43c9ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install from PyPI
3535
run: |
3636
python -m pip install --upgrade pip setuptools wheel
37-
python -m pip install pyhf[backends,xmlio]
38-
python -m pip install 'pytest~=7.0' pytest-cov
37+
python -m pip install --pre pyhf[backends,xmlio]
38+
python -m pip install pytest pytest-cov
3939
python -m pip list
4040
4141
- name: Canary test public API

0 commit comments

Comments
 (0)