Skip to content

Commit

Permalink
fix mypy action
Browse files Browse the repository at this point in the history
  • Loading branch information
se-jaeger committed Jan 21, 2025
1 parent bacc8f4 commit a96d27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --no-root --all-extras --without dev
source $VENV
pip install "mypy>=1.7.0"
# always install current root package
Expand Down

0 comments on commit a96d27b

Please sign in to comment.