Skip to content

Commit 78061bf

Browse files
committed
try new tox command approach, add deps
1 parent d37548e commit 78061bf

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
@@ -21,6 +21,6 @@ jobs:
2121
python -c "import sys; print(sys.version)"
2222
python -c "import struct; print(struct.calcsize('P') * 8)"
2323
- name: Install testing dependencies
24-
run: pip install tox
24+
run: python -m pip install --upgrade pip setuptools wheel tox
2525
- name: Run tox tests
26-
run: tox
26+
run: python -m tox

0 commit comments

Comments
 (0)