Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 18, 2024
1 parent e2243e9 commit 84849ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
# see: https://github.com/python/mypy/issues/10600#issuecomment-857351152
- name: init mypy
continue-on-error: true
run: mypy --install-types --non-interactive .
run: |
mkdir -p .mypy_cache
mypy --install-types --non-interactive .
- name: Check typing
# mypy uses the config file found in the following order:
Expand Down

0 comments on commit 84849ab

Please sign in to comment.