Skip to content

Commit c218b22

Browse files
committed
Workaround for mypy complaining about the cache
Related to issue: python/mypy#10768
1 parent 6e4b1cb commit c218b22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
run: echo ::add-matcher::./.github/python_matcher.json
2727
- name: Running mypy
2828
run: |
29+
mkdir -p .mypy_cache
2930
mypy --no-color-output --install-types --non-interactive scaaml tests

0 commit comments

Comments
 (0)