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 5583dcc commit ef0627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
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.14.1"
# always install current root package
- name: Install library
Expand All @@ -66,5 +65,6 @@ jobs:
# NOTE: tomli is sometimes missing, install it explicitly
run: |
source $VENV
pip install "mypy>=1.14.1"
pip install tomli
mypy --show-column-numbers .

0 comments on commit ef0627e

Please sign in to comment.