Skip to content

Commit

Permalink
setup-micromamba did not actually work, going back to old method.
Browse files Browse the repository at this point in the history
 Error: Error installing micromamba: Destination file path /home/runner/micromamba-bin/micromamba already exists
  • Loading branch information
thjsal committed Nov 10, 2023
1 parent 04409ef commit 1035950
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
with:
ref: python2
- name: Install Python2 Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/provision-with-micromamba@main
with:
cache-environment: true
cache-environment-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
cache-env: true
cache-env-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
environment-file: basic_environment.yml
environment-name: xpsipy2
create-args: >-
extra-specs: |
python=2.7
- name : install docs dependencies
run: |
Expand All @@ -63,13 +63,13 @@ jobs:
with:
ref: main
- name: Install Python3 Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/provision-with-micromamba@main
with:
cache-environment: true
cache-environment-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
cache-env: true
cache-env-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
environment-file: basic_environment.yml
environment-name: xpsipy3
create-args: >-
extra-specs: |
python=3.10
- name : install docs dependencies
run: |
Expand Down

0 comments on commit 1035950

Please sign in to comment.