From a09d3aacd9b89cfc5378a603b5d4ee76f17b6422 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 1 Nov 2023 21:06:26 -0400 Subject: [PATCH] Trying mamba to see if it fixes the stall --- .github/workflows/pyinstaller-builds-actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index 841c970..4338bb3 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -74,15 +74,15 @@ jobs: - name: Install CadQuery and pyinstaller shell: pwsh run: | - conda info - conda install -c cadquery -c conda-forge cadquery=master python=3.8 libnetcdf=4.7.4 - conda install -c conda-forge pyinstaller + mamba info + mamba install -c cadquery -c conda-forge cadquery=master python=3.8 libnetcdf=4.7.4 + mamba install -c conda-forge pyinstaller pip install path - name: Run build shell: pwsh run: | Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP.cp38-win_amd64.pyd -Recurse - conda info + mamba info pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }} - uses: actions/upload-artifact@v2 with: