Skip to content

Commit b56906c

Browse files
Update environment file in build_docs
1 parent 3d70179 commit b56906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yaml

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

0 commit comments

Comments
 (0)