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 0133bd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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 Expand Up @@ -88,7 +86,6 @@ jobs:
#----------------------------------------------
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Install dev dependencies
run: poetry install --with=dev --no-root --no-interaction
#----------------------------------------------
# add matrix specifics and run test suite
Expand Down

0 comments on commit 0133bd0

Please sign in to comment.