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 c487faf commit b5cb235Copy full SHA for b5cb235
.github/workflows/tests.yml
@@ -116,7 +116,7 @@ jobs:
116
with:
117
path: .tox
118
# Include python version and os in the cache key
119
- key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('tox.ini', 'pyproject.toml') }}
+ key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
120
restore-keys: |
121
tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-
122
tox-v1-${{ runner.os }}-
0 commit comments