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 3d70179 commit b56906cCopy full SHA for b56906c
.github/workflows/build_docs.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: mamba-org/setup-micromamba@v2
27
with:
28
micromamba-version: "latest" # Use the latest version of micromamba
29
- environment-file: environment_cpu.yaml # Reference your environment.yml file
+ environment-file: environment.yaml
30
init-shell: bash
31
cache-environment: true
32
post-cleanup: 'all'
0 commit comments