Skip to content

Commit

Permalink
try fixing osmesa
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Aug 19, 2024
1 parent ee46675 commit 321e9b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
python-version: '3.9'
- name: Install OSMesa VTK
run: |
sudo apt update
sudo apt install libosmesa6-dev libgl1-mesa-dev retry --option="APT::Acquire::Retries=3"
pip install https://github.com/pyvista/pyvista-wheels/raw/main/vtk-osmesa-9.1.0-cp39-cp39-linux_x86_64.whl
pip install vtk-osmesa==9.3.0 --index-url https://gitlab.kitware.com/api/v4/projects/13/packages/pypi/simple
- name: Install libGLU for pygmsh
run: |
sudo apt update
sudo apt install libglu1
- name: Install toughio
run: |
Expand Down

0 comments on commit 321e9b1

Please sign in to comment.