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.
2 parents cc29b35 + c57fbd1 commit de8d68cCopy full SHA for de8d68c
.github/workflows/ci.yaml
@@ -159,7 +159,7 @@ jobs:
159
uses: actions/cache@v4
160
with:
161
path: /tmp/pip-cache
162
- key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('**/pyproject.toml') }}
+ key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
163
164
# This ensures that the docker container has access to the pip cache.
165
# Changing the user in the docker-run step causes it to fail due to
0 commit comments