Skip to content

Commit

Permalink
Trying to switch to mamba for Linux build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 2, 2023
1 parent 3d9db18 commit 71ce453
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
# miniconda-version: "latest"
miniforge-version: latest
auto-update-conda: true
python-version: 3.8
activate-environment: test
- name: Install CadQuery and pyinstaller
shell: bash --login {0}
run: |
conda info
conda install -c cadquery -c conda-forge cadquery=master python=3.8
conda install -c conda-forge pyinstaller
mamba info
mamba install -c cadquery -c conda-forge cadquery=master python=3.8
mamba install -c conda-forge pyinstaller
pip install path
- name: Run build
shell: bash --login {0}
run: |
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 71ce453

Please sign in to comment.