Skip to content

Commit

Permalink
Merge pull request #1105 from Avaiga/fix/numpy-dependency
Browse files Browse the repository at this point in the history
fix: force numpy version
  • Loading branch information
joaoandre-avaiga committed Apr 8, 2024
2 parents 8793a30 + 94a07dc commit c18ab8b
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 c18ab8b

Please sign in to comment.