Skip to content

Commit

Permalink
Temp ignore windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Feb 19, 2022
1 parent ade12fa commit f6e56e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [
ubuntu-18.04,
ubuntu-20.04,
windows-latest,
# windows-latest,
macOS-10.15,
]

Expand All @@ -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: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [
ubuntu-18.04,
ubuntu-20.04,
windows-latest,
# windows-latest,
macOS-10.15,
]

Expand All @@ -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: |
Expand Down

0 comments on commit f6e56e7

Please sign in to comment.