Skip to content

Commit b5cb235

Browse files
committed
ops: fix tests workflow caching
1 parent c487faf commit b5cb235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
path: .tox
118118
# Include python version and os in the cache key
119-
key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('tox.ini', 'pyproject.toml') }}
119+
key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
120120
restore-keys: |
121121
tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-
122122
tox-v1-${{ runner.os }}-

0 commit comments

Comments
 (0)