Skip to content

Commit

Permalink
ci(osmesa): install osmesa for vtk
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Dec 16, 2024
1 parent 90e2647 commit b8a1415
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
name: "Linux",
os: ubuntu-latest
}
- {
name: "MacOSX",
os: macos-latest
}
- {
name: "Windows",
os: windows-latest
}
# - {
# name: "MacOSX",
# os: macos-latest
# }
# - {
# name: "Windows",
# os: windows-latest
# }

defaults:
run:
Expand All @@ -55,7 +55,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}


- name: Install OSMesa for Linux
if: matrix.config.os == 'ubuntu-latest'
run: sudo apt-get install -y libosmesa6-dev

- name: Install dependencies
run: |
pip install .[vtk]
Expand Down

0 comments on commit b8a1415

Please sign in to comment.