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
+1-3
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,4 @@ jobs:
211
211
# mypy the code
212
212
#----------------------------------------------
213
213
- name: Mypy
214
-
run: |
215
-
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
216
-
poetry run mypy --install-types --non-interactive src
214
+
run: poetry run mypy --install-types --non-interactive src
0 commit comments