We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c03a7f commit 4ce7651Copy full SHA for 4ce7651
.github/workflows/python-ci.yml
@@ -21,6 +21,6 @@ jobs:
21
python -c "import sys; print(sys.version)"
22
python -c "import struct; print(struct.calcsize('P') * 8)"
23
- name: Install testing dependencies
24
- run: python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions
+ run: python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions pytest pytest-qt
25
- name: Run tox tests
26
run: python -m tox
0 commit comments