diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 39f0f96..3f766b1 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -20,7 +20,7 @@ jobs: os: [ ubuntu-18.04, ubuntu-20.04, - windows-latest, + # windows-latest, macOS-10.15, ] @@ -34,12 +34,12 @@ jobs: - uses: tlambert03/setup-qt-libs@v1 # strategy borrowed from vispy for installing opengl libs on windows - - name: Install Windows OpenGL - if: runner.os == 'Windows' - run: | - git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git - powershell gl-ci-helpers/appveyor/install_opengl.ps1 - if (Test-Path -Path "C:\Windows\system32\opengl32.dll" -PathType Leaf) {Exit 0} else {Exit 1} + # - name: Install Windows OpenGL + # if: runner.os == 'Windows' + # run: | + # git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git + # powershell gl-ci-helpers/appveyor/install_opengl.ps1 + # if (Test-Path -Path "C:\Windows\system32\opengl32.dll" -PathType Leaf) {Exit 0} else {Exit 1} - name: Install Dependencies run: | diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 257f511..c1e3bfc 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -12,7 +12,7 @@ jobs: os: [ ubuntu-18.04, ubuntu-20.04, - windows-latest, + # windows-latest, macOS-10.15, ] @@ -27,12 +27,12 @@ jobs: - uses: tlambert03/setup-qt-libs@v1 # strategy borrowed from vispy for installing opengl libs on windows - - name: Install Windows OpenGL - if: runner.os == 'Windows' - run: | - git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git - powershell gl-ci-helpers/appveyor/install_opengl.ps1 - if (Test-Path -Path "C:\Windows\system32\opengl32.dll" -PathType Leaf) {Exit 0} else {Exit 1} + # - name: Install Windows OpenGL + # if: runner.os == 'Windows' + # run: | + # git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git + # powershell gl-ci-helpers/appveyor/install_opengl.ps1 + # if (Test-Path -Path "C:\Windows\system32\opengl32.dll" -PathType Leaf) {Exit 0} else {Exit 1} - name: Install Dependencies run: |