Skip to content

Commit ab72f11

Browse files
Update code-quality-checks.yml: remove workaround
see python/mypy#17485 or python/mypy#10768 for more information Signed-off-by: wyattscarpenter <[email protected]>
1 parent 121a9a2 commit ab72f11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,4 @@ jobs:
211211
# mypy the code
212212
#----------------------------------------------
213213
- 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

Comments
 (0)