Skip to content

Commit 167c736

Browse files
Update test_and_deploy.yml
1 parent 1085a3d commit 167c736

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)