Skip to content

Commit

Permalink
Fix oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Nov 6, 2023
1 parent 3c29ac0 commit 1d22fd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ jobs:
run: poetry run isort . --check

- name: ruff
run: poetry run ruff .

- name: pytest
run: poetry run pytest
run: poetry run ruff . --no-fix

0 comments on commit 1d22fd8

Please sign in to comment.