File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,21 @@ jobs:
13
13
- name : Checkout code
14
14
uses : actions/checkout@v4
15
15
16
- - name : Set up Python ${{ matrix.python-version }}
17
- uses : actions /setup-python@v5
16
+ - name : Install Linux packages for Qt5/Qt6 support and start Xvfb
17
+ uses : pyvista /setup-headless-display-action@v3
18
18
with :
19
- python-version : ${{ matrix.python-version }}
19
+ qt : true
20
20
21
21
- name : Install OpenCL dependencies
22
22
run : |
23
23
sudo apt-get update
24
24
sudo apt-get install -y pocl-opencl-icd ocl-icd-opencl-dev gcc clinfo
25
25
clinfo
26
26
27
- - name : Install OpenGL, EGL, and OSMesa
28
- run : |
29
- sudo apt-get update
30
- sudo apt-get install -y \
31
- libegl1-mesa-dev \
32
- libosmesa6-dev \
33
- libgl1-mesa-dev \
34
- libglu1-mesa-dev \
35
- freeglut3-dev \
36
- xvfb
27
+ - name : Set up Python ${{ matrix.python-version }}
28
+ uses : actions/setup-python@v5
29
+ with :
30
+ python-version : ${{ matrix.python-version }}
37
31
38
32
- name : Install tox
39
33
run : pip install tox
You can’t perform that action at this time.
0 commit comments