Skip to content

Commit

Permalink
call the mypy script instead
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjaigner committed Feb 11, 2025
1 parent cd4eb09 commit bb88b3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
run: poetry install --with=dev

- name: Run static type analysis
run:
poetry run mypy --python-path=src --explicit-package-bases src/
run: |
chmod +x scripts/run_mypy.sh
./scripts/run_mypy.sh

0 comments on commit bb88b3e

Please sign in to comment.