File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
os : [ubuntu-latest]
11
11
python-version : [3.9]
12
+ env :
13
+ DISPLAY : " :99.0"
12
14
13
15
steps :
14
16
- uses : actions/checkout@v2
22
24
python -c "import struct; print(struct.calcsize('P') * 8)"
23
25
- name : Install testing dependencies
24
26
run : |
27
+ python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions pytest pytest-qt
25
28
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0
26
- python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions pytest pytest-qt pytest-xvfb
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
27
30
- name : Run tox tests
28
31
run : python -m tox
You can’t perform that action at this time.
0 commit comments