Browse Source

fix: force numpy version

Joao Andre 1 year ago
parent
commit
94a07dcbf1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build-and-release.yml

+ 1 - 0
.github/workflows/build-and-release.yml

@@ -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'