Skip to content

Commit

Permalink
fix: force numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Apr 8, 2024
1 parent 8793a30 commit 94a07dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
if: matrix.package == 'gui'
run: |
pipenv install --dev
pipenv install numpy==1.26.4
- name: Generate GUI pyi file
if: matrix.package == 'gui'
Expand Down

0 comments on commit 94a07dc

Please sign in to comment.