Skip to content

Commit

Permalink
Fix Action to strictly require numpy < 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Oct 15, 2024
1 parent 63883a8 commit c650f82
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<=2.0.0
pip install numpy<2.0.0
deactivate
shell: bash

Expand Down

0 comments on commit c650f82

Please sign in to comment.