Skip to content

Commit d148d64

Browse files
Possible workaround for bad error message 'error: --install-types failed (no mypy cache directory)'; see python/mypy#10768 (comment)
Signed-off-by: wyattscarpenter <[email protected]>
1 parent 0d1c076 commit d148d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@ jobs:
160160
# mypy the code
161161
#----------------------------------------------
162162
- name: Mypy
163+
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
163164
run: poetry run mypy --install-types --non-interactive src/databricks

0 commit comments

Comments
 (0)