File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- # os: [ubuntu-latest, windows-latest, macos-latest]
19- os : [ubuntu-latest, macos-latest]
18+ os : [ubuntu-latest, windows-latest, macos-latest]
19+ # os: [ubuntu-latest, macos-latest]
2020 # os: [debian-latest]
2121 python-version : ["3.10", "3.12"]
2222 # python-version: ["3.12"]
3232 # these libraries enable testing on Qt on linux
3333 - uses : tlambert03/setup-qt-libs@v1
3434
35+ # strategy borrowed from vispy for installing opengl libs on windows
36+ - name : Install Windows OpenGL
37+ if : runner.os == 'Windows'
38+ run : |
39+ git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
40+ powershell gl-ci-helpers/appveyor/install_opengl.ps1
41+
3542 - name : Install dependencies
3643 run : |
3744 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments