Skip to content

Commit

Permalink
Add install numpy<2 step
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed Aug 10, 2024
1 parent e78dd71 commit 6f3777c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ jobs:
pip install
-r requirements-nocore.txt
- name: Install numpy<2
run: >-
python3 -m
pip install
"numpy<2"
- name: Install nuitka, imageio
run: >-
python3 -m
Expand Down

0 comments on commit 6f3777c

Please sign in to comment.