Skip to content

Commit

Permalink
Try NumPy 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Nov 9, 2023
1 parent 143c030 commit b90df7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

# NumPy 1.26.0 cannot install from source ("No BLAS library detected")
- name: install_deps
run: python -m pip install numpy==1.25.0 cibuildwheel
run: python -m pip install numpy==1.24.0 cibuildwheel

# unfortunately actions do not have an else statement
- name: build_test_aarch64
Expand Down

0 comments on commit b90df7b

Please sign in to comment.