We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5256c commit f863647Copy full SHA for f863647
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install Qt dependencies
56
run: |
57
sudo apt-get update
58
- sudo apt-get install -y libegl1 libxkbcommon0 libxcb-cursor0
+ sudo apt-get install -y libegl1 libxkbcommon0 libxcb-cursor0 xvfb
59
60
- name: Install package
61
run: pip install -e ".[dev]"
@@ -64,9 +64,7 @@ jobs:
64
run: pip install ${{ matrix.qt-binding }}
65
66
- name: Run tests
67
- uses: coactions/setup-xvfb@v1.0.1
68
- with:
69
- run: pytest tests/unit/ tests/integration/${{ matrix.qt-binding }}/ tests/test_functional.py --cov --cov-report=xml
+ run: xvfb-run pytest tests/unit/ tests/integration/${{ matrix.qt-binding }}/ tests/test_functional.py --cov --cov-report=xml
70
71
- name: Upload coverage to Codecov
72
uses: codecov/codecov-action@v6.0.0
0 commit comments