Skip to content

Commit 5a2a2bc

Browse files
committed
give mypy its own cache, closes #14013
1 parent a9a81af commit 5a2a2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
path: |
9595
.mypy_cache
96-
key: ${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt', 'requirements/*.txt') }}
96+
key: ${{ runner.os }}-mypy-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt', 'requirements/*.txt') }}
9797
- name: Restore built Python environment from deps
9898
uses: actions/cache/restore@v3
9999
with:

0 commit comments

Comments
 (0)