We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ebbec commit e01b452Copy full SHA for e01b452
.github/workflows/build_docs.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Set up Micromamba
26
- uses: mamba-org/setup-micromamba@v4
+ uses: mamba-org/setup-micromamba@v2
27
with:
28
micromamba-version: "latest" # Use the latest version of micromamba
29
environment-file: .github/doc_env.yaml # Reference your environment.yml file
0 commit comments