Skip to content

Commit

Permalink
Move from provision-with-micromamba to setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
thjsal committed Nov 10, 2023
1 parent 04b93a3 commit a4f0b29
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/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
cache-env-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
cache-environment: true
cache-environment-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
environment-file: basic_environment.yml
environment-name: xpsipy2
extra-specs: |
create-args: >-
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/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
cache-env-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
cache-environment: true
cache-environment-key: env-envkey-${{ github.sha }}-${{ github.run_attempt }}
environment-file: basic_environment.yml
environment-name: xpsipy3
extra-specs: |
create-args: >-
python=3.10
- name : install docs dependencies
run: |
Expand Down

0 comments on commit a4f0b29

Please sign in to comment.