Skip to content

Commit

Permalink
Workaround for mypy complaining about the cache
Browse files Browse the repository at this point in the history
Related to issue: python/mypy#10768
  • Loading branch information
jmichelp committed Feb 8, 2024
1 parent e2322d1 commit 7c8f320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
run: echo ::add-matcher::./.github/python_matcher.json
- name: Running mypy
run: |
mkdir -p .mypy_cache
mypy --no-color-output --install-types --non-interactive scaaml tests

0 comments on commit 7c8f320

Please sign in to comment.