Skip to content

Commit

Permalink
pin pytest version on sdist job.
Browse files Browse the repository at this point in the history
  • Loading branch information
graphenn authored and brentp committed May 25, 2024
1 parent b0267cb commit dec3fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ jobs:
working-directory: dist

- name: Install test prerequisites
# pytest 8.2.0~8.2.1 changed the behaivour of --import-mode, can't ignore local cyvcf2 folder.
# So we need to pin it before it breaks again.
run: |
pip install pytest pytest-cov
pip install pytest==8.1.2 pytest-cov
- name: Test
run: |
Expand Down

0 comments on commit dec3fb1

Please sign in to comment.