Skip to content

Commit

Permalink
Possible workaround for bad error message 'error: --install-types fai…
Browse files Browse the repository at this point in the history
…led (no mypy cache directory)'; see python/mypy#10768 (comment)

Signed-off-by: wyattscarpenter <[email protected]>
  • Loading branch information
wyattscarpenter committed Jun 30, 2024
1 parent 0d1c076 commit d148d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,5 @@ jobs:
# mypy the code
#----------------------------------------------
- name: Mypy
run: mkdir .mypy_cache # Workaround for bad error message "error: --install-types failed (no mypy cache directory)"; see https://github.com/python/mypy/issues/10768#issuecomment-2178450153
run: poetry run mypy --install-types --non-interactive src/databricks

0 comments on commit d148d64

Please sign in to comment.