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 b736126 commit 0b94c92Copy full SHA for 0b94c92
.github/workflows/python-ci.yml
@@ -22,10 +22,3 @@ jobs:
22
run: |
23
python -c "import sys; print(sys.version)"
24
python -c "import struct; print(struct.calcsize('P') * 8)"
25
- - name: Install testing dependencies
26
- run: |
27
- python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions pytest pytest-qt
28
- sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0
29
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
30
- - name: Run tox tests
31
- run: python -m tox
0 commit comments