diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index 5fcb378..e6f0f9b 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -99,7 +99,7 @@ jobs: - name: Mamba install CadQuery and pyinstaller shell: powershell run: | - micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master jedi=0.17.2 spyder=4.2.1 ipython=7.20.0 python=3.9 + micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master jedi=0.17.2 ipython=7.20.0 python=3.9 micromamba install -c conda-forge pyinstaller=4.10 pip install pipwin pipwin install numpy