Skip to content

Commit

Permalink
Trying mamba to see if it fixes the stall
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 2, 2023
1 parent 4bc3878 commit a09d3aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a09d3aa

Please sign in to comment.