Skip to content

Commit

Permalink
Fix mypy call
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jun 5, 2024
1 parent 705f503 commit 649455c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
# We can use the bare mypy CLI for both Poetry and non-Poetry projects after activating the venv.
# --color-output - Force colorized output as in CI, Mypy defaults to no color in CI.
run: >
uv tool run mypy --color-output ${{ needs.project-metadata.outputs.mypy_params }}
source .venv/bin/activate &&
mypy --color-output ${{ needs.project-metadata.outputs.mypy_params }}
${{ needs.project-metadata.outputs.python_files }}
lint-yaml:
Expand Down

0 comments on commit 649455c

Please sign in to comment.