Skip to content

Commit 30a1930

Browse files
committed
tox not required as gh actions manages the py matrix
1 parent 4ca22fb commit 30a1930

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Install dependencies
3939
run: poetry install
4040

41-
- name: Run Tox
42-
run: poetry run tox
41+
- name: Run pytest
42+
run: poetry run pytest
4343

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

0 commit comments

Comments
 (0)