We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173e7a0 commit dd6b951Copy full SHA for dd6b951
1 file changed
.github/workflows/build_docs.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Install dependencies for pyvista
32
- run: apt-get update && apt-get install -y libgl1-mesa-dev xvfb libxrender1
+ run: apt-get update && apt-get install -y libgl1-mesa-dev xvfb
33
34
- name: Install dependencies
35
run: python3 -m pip install ".[docs]"
0 commit comments