Skip to content

Commit

Permalink
Update code-quality-checks.yml: remove workaround
Browse files Browse the repository at this point in the history
see python/mypy#17485 or python/mypy#10768 for more information
  • Loading branch information
wyattscarpenter authored Jan 2, 2025
1 parent f65f8d2 commit 951ac79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,4 @@ jobs:
# mypy the code
#----------------------------------------------
- name: Mypy
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
poetry run mypy --install-types --non-interactive src
run: poetry run mypy --install-types --non-interactive src

0 comments on commit 951ac79

Please sign in to comment.