Skip to content

Commit

Permalink
Try to fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Apr 15, 2024
1 parent a99dd1f commit 38902ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Install packages
run: poetry install
- name: Prep mypy
run: poetry run mypy scraper api_fetcher || true && poetry run mypy --non-interactive --install-types
run: poetry run mypy --explicit-package-bases scraper api_fetcher || true && poetry run mypy --explicit-package-bases --non-interactive --install-types
- name: Run mypy
run: poetry run mypy scraper api_fetcher
run: poetry run mypy --explicit-package-bases scraper api_fetcher
- name: Run pytest tests
run: poetry run pytest

0 comments on commit 38902ee

Please sign in to comment.