Skip to content

Commit

Permalink
Fix bug with that.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallerb committed Jun 24, 2024
1 parent eb0efc9 commit ef74fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install numpy ${{ matrix.numpy-version }}
if: ${{ matrix.numpy-version != 'auto' }}
run: |
pip install numpy==1.16
pip install numpy==${{ matrix.numpy-version }}
- name: Install package with testing dependencies
run: |
Expand Down

0 comments on commit ef74fac

Please sign in to comment.