Skip to content

Commit 292c8fe

Browse files
committed
Fix ci.yaml
1 parent e95c943 commit 292c8fe

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@ jobs:
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
@@ -59,19 +46,6 @@ jobs:
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

0 commit comments

Comments
 (0)