Skip to content

Commit

Permalink
tidy doc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Jun 5, 2023
1 parent 7870075 commit 5450df7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/doc.yml
Expand Up @@ -10,24 +10,11 @@ jobs:
docs:

runs-on: ubuntu-latest
env:
PYVISTA_OFF_SCREEN: 'True'
ALLOW_PLOTTING: true
SHELLOPTS: 'errexit:pipefail'

steps:
- uses: nschloe/action-cached-lfs-checkout@v1
- uses: actions/setup-python@v4
with:
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
- name: Install libGLU for pygmsh
run: |
sudo apt install libglu1
- name: Install toughio
run: |
git lfs pull
Expand Down

0 comments on commit 5450df7

Please sign in to comment.