Skip to content

Commit 4ce7651

Browse files
committed
add pytest and pytest-qt deps
1 parent 9c03a7f commit 4ce7651

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 tox-gh-actions
24+
run: python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions pytest pytest-qt
2525
- name: Run tox tests
2626
run: python -m tox

0 commit comments

Comments
 (0)