Skip to content

Commit

Permalink
Update Actions to install 1.x numpy.
Browse files Browse the repository at this point in the history
Updating Actions depending on numpy install to use pre-2.0 numpy version
as is currently required for ngen builds.
  • Loading branch information
robertbartel committed Oct 15, 2024
1 parent 5570381 commit 63883a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ngen-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runs:
python3 -m venv .venv
. .venv/bin/activate
pip install pip
pip install numpy
pip install numpy<=2.0.0
deactivate
shell: bash

Expand Down

0 comments on commit 63883a8

Please sign in to comment.