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 7fe6edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --no-root --all-extras --without dev
pip install "mypy>=1.7.0"
# always install current root package
- name: Install library
Expand All @@ -67,4 +66,5 @@ jobs:
run: |
source $VENV
pip install tomli
pip install "mypy>=1.7.0"
mypy --show-column-numbers .

0 comments on commit 7fe6edf

Please sign in to comment.