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 498eb5a commit d0d307aCopy full SHA for d0d307a
.github/doc_env.yaml
.github/workflows/build_docs.yaml
@@ -26,14 +26,14 @@ jobs:
26
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
+ environment-file: environment_cpu.yaml # Reference your environment.yml file
30
init-shell: bash
31
cache-environment: true
32
post-cleanup: 'all'
33
# cache: true # Cache the micromamba environment
34
35
- name: Install package
36
- # shell: bash -l {0}
+ shell: bash -l {0}
37
run: pip install -e .
38
39
- name: Generate Documentation
0 commit comments