Skip to content

Commit

Permalink
BUG: numpy is being upgraded
Browse files Browse the repository at this point in the history
The 'only-if-needed' is upgrading numpy to latest.
  • Loading branch information
aburrell committed Jul 12, 2024
1 parent 5fbd019 commit ad1bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ matrix.numpy_ver != 'latest'}}
run: |
pip install numpy==${{ matrix.numpy_ver }}
pip install --upgrade-strategy only-if-needed .[test]
pip install .[test]
- name: Install standard dependencies
if: ${{ matrix.numpy_ver == 'latest'}}
Expand Down

0 comments on commit ad1bcc2

Please sign in to comment.