Skip to content

Commit a0f1120

Browse files
committed
add tox-gh-actions package
1 parent 78061bf commit a0f1120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
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: python -m pip install --upgrade pip setuptools wheel tox
24+
run: python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions
2525
- name: Run tox tests
2626
run: python -m tox

0 commit comments

Comments
 (0)