Skip to content

Commit

Permalink
CICD: Update micromamba setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 16, 2024
1 parent 0899b90 commit 83cebc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

defaults:
run:
# See https://github.com/mamba-org/provision-with-micromamba#important
# See https://github.com/mamba-org/setup-micromamba#about-login-shells
shell: bash -l {0}

jobs:
Expand All @@ -22,11 +22,10 @@ jobs:
uses: actions/checkout@v3

- name: "Install Conda environment with Micromamba"
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
cache-env: true
environment-file: doc/environment.yml
environment-file: docs/environment.yml
environment-name: pink

- name: "Build documentation"
Expand Down

0 comments on commit 83cebc7

Please sign in to comment.