Prechádzať zdrojové kódy

releasing gui independently (#1206)

Dinh Long Nguyen 1 rok pred
rodič
commit
718b4ec08d

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

@@ -119,6 +119,7 @@ jobs:
         if: github.event.inputs.target_package == 'gui'
         run: |
           pipenv install --dev
+          pipenv install numpy==1.26.4
 
       - name: Generate GUI pyi file
         if: github.event.inputs.target_package == 'gui'