Skip to content

Commit de8d68c

Browse files
Don't recursively scan for pyproject.toml when calculating the cache key (#32)
Similar fix to frequenz-floss/frequenz-client-dispatch-python@685c90a
2 parents cc29b35 + c57fbd1 commit de8d68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/cache@v4
160160
with:
161161
path: /tmp/pip-cache
162-
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('**/pyproject.toml') }}
162+
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
163163

164164
# This ensures that the docker container has access to the pip cache.
165165
# Changing the user in the docker-run step causes it to fail due to

0 commit comments

Comments
 (0)