Skip to content

Commit dd6b951

Browse files
committed
Remove libxrender1
1 parent 173e7a0 commit dd6b951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Install dependencies for pyvista
32-
run: apt-get update && apt-get install -y libgl1-mesa-dev xvfb libxrender1
32+
run: apt-get update && apt-get install -y libgl1-mesa-dev xvfb
3333

3434
- name: Install dependencies
3535
run: python3 -m pip install ".[docs]"

0 commit comments

Comments
 (0)