We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7870075 commit 5450df7Copy full SHA for 5450df7
.github/workflows/doc.yml
@@ -10,24 +10,11 @@ jobs:
10
docs:
11
12
runs-on: ubuntu-latest
13
- env:
14
- PYVISTA_OFF_SCREEN: 'True'
15
- ALLOW_PLOTTING: true
16
- SHELLOPTS: 'errexit:pipefail'
17
-
18
steps:
19
- uses: nschloe/action-cached-lfs-checkout@v1
20
- uses: actions/setup-python@v4
21
with:
22
python-version: '3.9'
23
- - name: Install OSMesa VTK
24
- run: |
25
- sudo apt update
26
- sudo apt install libosmesa6-dev libgl1-mesa-dev retry --option="APT::Acquire::Retries=3"
27
- pip install https://github.com/pyvista/pyvista-wheels/raw/main/vtk-osmesa-9.1.0-cp39-cp39-linux_x86_64.whl
28
- - name: Install libGLU for pygmsh
29
30
- sudo apt install libglu1
31
- name: Install toughio
32
run: |
33
git lfs pull
0 commit comments