Skip to content

Commit 9a6c96c

Browse files
committed
fix nox path
1 parent 2c25244 commit 9a6c96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# Increment the build number to force a cache refresh.
128128
CACHE_BUILD: 0
129129
with:
130-
path: ~/.nox
130+
path: ${{ github.workspace }}/.nox
131131
key: dummy-${{ runner.os }}-nox-${{ env.ENV_NAME }}-py${{ matrix.python-version }}-b${{ env.CACHE_BUILD }}-${{ hashFiles(env.LOCK_FILE) }}
132132

133133
- name: "Iris configure"

0 commit comments

Comments
 (0)