Skip to content

Commit

Permalink
Galata bot: Fix conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 12, 2023
1 parent dd998d5 commit d87a0ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
with:
environment-name: cad
environment-file: false
channels: conda-forge/label/jupyterlab_beta,conda-forge
channels: conda-forge
extra-specs: |
python=3.9
jupyterlab=4
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ jobs:
workflow_conclusion: ''
name: extension-artifacts

- name: Setup mamba
uses: conda-incubator/setup-miniconda@v2
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
with:
miniforge-variant: Mambaforge
miniforge-version: latest

- name: Create the conda environment
shell: bash -l {0}
run: mamba install -q python=3.9 pip freecad jupyterlab=4 pythonocc-core=7.7.0
environment-name: cad
environment-file: false
channels: conda-forge
extra-specs: |
python=3.9
jupyterlab=4
pythonocc-core=7.7.0
- name: Install the extension
shell: bash -l {0}
Expand Down

0 comments on commit d87a0ee

Please sign in to comment.