Skip to content

Commit

Permalink
Pin NumPy to 1.25 in 'build_test_wheels' Action
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Nov 9, 2023
1 parent 7cc571e commit 143c030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

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

0 comments on commit 143c030

Please sign in to comment.