Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mde-pach committed Mar 3, 2024
1 parent a0e9c93 commit bb42045
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
- name: Install dev dependencies
run: poetry install --with=dev --no-root
- name: Ruff
run: poetry run ruff check blitz/
run: poetry run ruff check tests/
run: poetry run ruff check blitz/ tests/
- name: Mypy
run: poetry run mypy blitz/
run: poetry run mypy tests/
run: poetry run mypy blitz/ tests/
test:
needs: lint
strategy:
Expand Down

0 comments on commit bb42045

Please sign in to comment.