You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/code-quality-checks.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,4 +160,5 @@ jobs:
160
160
# mypy the code
161
161
#----------------------------------------------
162
162
- 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
163
164
run: poetry run mypy --install-types --non-interactive src/databricks
0 commit comments