Skip to content

Commit d0d307a

Browse files
Fix doc building
1 parent 498eb5a commit d0d307a

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.github/doc_env.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
uses: mamba-org/setup-micromamba@v2
2727
with:
2828
micromamba-version: "latest" # Use the latest version of micromamba
29-
environment-file: .github/doc_env.yaml # Reference your environment.yml file
29+
environment-file: environment_cpu.yaml # Reference your environment.yml file
3030
init-shell: bash
3131
cache-environment: true
3232
post-cleanup: 'all'
3333
# cache: true # Cache the micromamba environment
3434

3535
- name: Install package
36-
# shell: bash -l {0}
36+
shell: bash -l {0}
3737
run: pip install -e .
3838

3939
- name: Generate Documentation

0 commit comments

Comments
 (0)