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 2c25244 commit 9a6c96cCopy full SHA for 9a6c96c
.github/workflows/ci-docs-tests.yml
@@ -127,7 +127,7 @@ jobs:
127
# Increment the build number to force a cache refresh.
128
CACHE_BUILD: 0
129
with:
130
- path: ~/.nox
+ path: ${{ github.workspace }}/.nox
131
key: dummy-${{ runner.os }}-nox-${{ env.ENV_NAME }}-py${{ matrix.python-version }}-b${{ env.CACHE_BUILD }}-${{ hashFiles(env.LOCK_FILE) }}
132
133
- name: "Iris configure"
0 commit comments