From 162e67f4e365912ca8bd8d35b1ad0667932d0588 Mon Sep 17 00:00:00 2001 From: Carsen Stringer Date: Fri, 29 Nov 2024 12:27:37 -0500 Subject: [PATCH] removing opengl install for windows --- .github/workflows/test_and_deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 1fb3ff4..2915eff 100755 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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