Skip to content

Commit 2d5f155

Browse files
committed
Change to absolute path
1 parent f5646c1 commit 2d5f155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install docs dependencies
2424
uses: mamba-org/setup-micromamba@v1
2525
with:
26-
environment-file: ${GITHUB_WORKSPACE}/docs/env.yaml
26+
environment-file: /home/runner/work/ipynao/ipynao/docs/env.yaml
2727
environment-name: docs-env
2828
cache-environment: true
2929

0 commit comments

Comments
 (0)