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 d8d1e2d commit f8a0103Copy full SHA for f8a0103
.github/workflows/docs.yml
@@ -21,12 +21,10 @@ jobs:
21
- uses: actions/setup-python@v5
22
with:
23
python-version: '3.12'
24
- - uses: awalsh128/[email protected]
25
- with:
26
- packages: libgl1-mesa-glx xvfb
27
- version: 3.0
28
- name: Setup Headless Display
29
run: |
+ sudo apt-get install libglx-mesa0
+ sudo apt-get install -y xvfb
30
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
31
sleep 3
32
- name: Install Dependencies
0 commit comments