File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 3131 uses : actions/setup-python@v2
3232 with :
3333 python-version : ${{ matrix.python-version }}
34-
35-
36- # these libraries, along with pytest-xvfb (added in the `deps` in tox.ini),
37- # enable testing on Qt on linux
38- - name : Install Linux libraries
39- if : runner.os == 'Linux'
40- run : |
41- sudo apt-get update
42- sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
43- libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
44- libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 pkg-config libhdf5-103 libhdf5-dev \
45- libegl1
46- # strategy borrowed from vispy for installing opengl libs on windows
47- - name : Install Windows OpenGL
48- if : runner.os == 'Windows'
49- run : |
50- git clone --depth 1 https://www.github.com/pyvista/gl-ci-helpers.git
51- powershell gl-ci-helpers/appveyor/install_opengl.ps1
52- # note: if you need dependencies from conda, considering using
53- # setup-miniconda: https://github.com/conda-incubator/setup-miniconda
54- # and
34+
5535 # tox-conda: https://github.com/tox-dev/tox-conda
5636 - name : Install dependencies
5737 run : |
You can’t perform that action at this time.
0 commit comments