We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a81af commit 5a2a2bcCopy full SHA for 5a2a2bc
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
with:
94
path: |
95
.mypy_cache
96
- key: ${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt', 'requirements/*.txt') }}
+ key: ${{ runner.os }}-mypy-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt', 'requirements/*.txt') }}
97
- name: Restore built Python environment from deps
98
uses: actions/cache/restore@v3
99
0 commit comments