We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9591f4f commit 1027288Copy full SHA for 1027288
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
path: |
43
.pytest_cache
44
- key: pytest_cache_${{ matrix.python_version }}_b
+ key: pytest_cache_${{ matrix.python_version }}_c
45
- name: Run tests
46
run: |
47
python -m pytest tests
0 commit comments