File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 python-version : " 3.11"
2020
21- - name : Install system dependencies
22- run : |
23- sudo apt-get update
24- sudo apt-get install -y --no-install-recommends \
25- ffmpeg \
26- libgl1-mesa-dev \
27- libgl1-mesa-glx \
28- libglfw3 \
29- libosmesa6-dev \
30- patchelf \
31- python3-opengl \
32- xvfb
33-
3421 - name : Install uv
3522 run : |
3623 curl -LsSf https://astral.sh/uv/install.sh | sh
5946 with :
6047 python-version : ${{ matrix.python-version }}
6148
62- - name : Install system dependencies
63- run : |
64- sudo apt-get update
65- sudo apt-get install -y --no-install-recommends \
66- ffmpeg \
67- libgl1-mesa-dev \
68- libgl1-mesa-glx \
69- libglfw3 \
70- libosmesa6-dev \
71- patchelf \
72- python3-opengl \
73- xvfb
74-
7549 - name : Install uv
7650 run : |
7751 curl -LsSf https://astral.sh/uv/install.sh | sh
You can’t perform that action at this time.
0 commit comments