Skip to content

Commit 8439588

Browse files
committed
modify tox testing command
1 parent 6979883 commit 8439588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install tox tox-gh-actions
26+
pip install tox
2727
- name: Test with tox
28-
run: tox
28+
run: tox -e py39

0 commit comments

Comments
 (0)