Skip to content

Commit 41cc2c1

Browse files
Possible workaround for bad error message 'error: --install-types failed (no mypy cache directory)'; see python/mypy#10768 (comment)
1 parent bf09ed1 commit 41cc2c1

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)