Skip to content

Commit

Permalink
tox not required as gh actions manages the py matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Mar 30, 2024
1 parent 4ca22fb commit 30a1930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Run Tox
run: poetry run tox
- name: Run pytest
run: poetry run pytest

- name: Run Ruff
- name: Run ruff
run: poetry run ruff check --output-format=github

0 comments on commit 30a1930

Please sign in to comment.