Skip to content

Commit

Permalink
BUG: change numpy install order
Browse files Browse the repository at this point in the history
Try changing the numpy install order.
  • Loading branch information
aburrell committed Jul 12, 2024
1 parent ad1bcc2 commit de8f8a9
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 @@ -35,8 +35,8 @@ jobs:
- name: Install NEP29 dependencies
if: ${{ matrix.numpy_ver != 'latest'}}
run: |
pip install numpy==${{ matrix.numpy_ver }}
pip install .[test]
pip install numpy==${{ matrix.numpy_ver }}
- name: Install standard dependencies
if: ${{ matrix.numpy_ver == 'latest'}}
Expand Down

0 comments on commit de8f8a9

Please sign in to comment.