File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ jobs:
24
24
os :
25
25
- name : Linux
26
26
runs-on : ubuntu-latest
27
+ python_platform : linux
27
28
container : docker://python:{0}-buster
28
29
- name : Windows
29
30
runs-on : windows-latest
31
+ python_platform : win32
30
32
- name : macOS
31
33
runs-on : macos-latest
34
+ python_platform : darwin
32
35
python :
33
36
- name : CPython 2.7
34
37
tox : py27
@@ -53,10 +56,13 @@ jobs:
53
56
reactor :
54
57
- name : default
55
58
tox : default
59
+ dependencies : default
56
60
- name : Qt5
57
61
tox : qt5
62
+ dependencies : asyncio
58
63
- name : asyncio
59
64
tox : asyncio
65
+ dependencies : asyncio
60
66
exclude :
61
67
- python :
62
68
tox : py27
73
79
with :
74
80
python-version : ${{ matrix.python.action }}
75
81
architecture : x64
82
+ - name : Install Linux Qt5 dependencies
83
+ if : matrix.os.python_platform == 'linux' and matrix.reactor.dependencies == 'qt5'
84
+ run : |
85
+ apt-get update --yes
86
+ apt-get install --yes libgl1
76
87
- name : Install
77
88
run : |
78
89
pip install tox
You can’t perform that action at this time.
0 commit comments