Skip to content

Commit c9741b8

Browse files
committed
run tox
1 parent 996296c commit c9741b8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.14'
19-
- run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
19+
- run: pip3 install tox --user
2020
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
21-
- run: pyright .
22-
- run: flake8 .
21+
- run: tox

0 commit comments

Comments
 (0)