Skip to content

Commit 5450df7

Browse files
committed
tidy doc ci
1 parent 7870075 commit 5450df7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/doc.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ jobs:
1010
docs:
1111

1212
runs-on: ubuntu-latest
13-
env:
14-
PYVISTA_OFF_SCREEN: 'True'
15-
ALLOW_PLOTTING: true
16-
SHELLOPTS: 'errexit:pipefail'
17-
1813
steps:
1914
- uses: nschloe/action-cached-lfs-checkout@v1
2015
- uses: actions/setup-python@v4
2116
with:
2217
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-
run: |
30-
sudo apt install libglu1
3118
- name: Install toughio
3219
run: |
3320
git lfs pull

0 commit comments

Comments
 (0)