diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 85ff1849..738c7c33 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -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: | @@ -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: |