Skip to content

Commit

Permalink
remove pin on python versions for newest numpy test
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored and brentp committed Jun 18, 2024
1 parent 1c2f6fe commit 5a4ab81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
pytest --cov cyvcf2 --cov-report term-missing
- name: Test with newest available numpy
if: ${{ matrix.python-version }} != "3.7" && ${{ matrix.python-version }} != "3.8"
run: |
pip install -U numpy
pytest --cov cyvcf2 --cov-report term-missing
Expand Down

0 comments on commit 5a4ab81

Please sign in to comment.