We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e9093 commit 6467ed8Copy full SHA for 6467ed8
.github/workflows/tests.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install .[dev]
21
- python -m pip install pytest-xvfb
+ python -m pip install pytest-xvfb pytest-qt
22
- name: Run tests
23
run: python -m pytest -v
0 commit comments