Skip to content

Commit

Permalink
removing opengl install for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Nov 29, 2024
1 parent f4c60c6 commit 162e67f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
libegl1 libgl1
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
# strategy borrowed from vispy for installing opengl libs on windows
- name: Install Windows OpenGL
if: runner.os == 'Windows'
run: |
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
powershell gl-ci-helpers/appveyor/install_opengl.ps1
# - name: Install Windows OpenGL
# if: runner.os == 'Windows'
# run: |
# git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
# powershell gl-ci-helpers/appveyor/install_opengl.ps1
# note: if you need dependencies from conda, considering using
# setup-miniconda: https://github.com/conda-incubator/setup-miniconda
# and
Expand Down

0 comments on commit 162e67f

Please sign in to comment.