Skip to content

Commit 162e67f

Browse files
removing opengl install for windows
1 parent f4c60c6 commit 162e67f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
libegl1 libgl1
4444
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
4545
# strategy borrowed from vispy for installing opengl libs on windows
46-
- name: Install Windows OpenGL
47-
if: runner.os == 'Windows'
48-
run: |
49-
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
50-
powershell gl-ci-helpers/appveyor/install_opengl.ps1
46+
# - name: Install Windows OpenGL
47+
# if: runner.os == 'Windows'
48+
# run: |
49+
# git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
50+
# powershell gl-ci-helpers/appveyor/install_opengl.ps1
5151
# note: if you need dependencies from conda, considering using
5252
# setup-miniconda: https://github.com/conda-incubator/setup-miniconda
5353
# and

0 commit comments

Comments
 (0)