|
71 | 71 | nvidia-smi |
72 | 72 | - name: Install dependencies |
73 | 73 | run: | |
74 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
| 74 | + |
75 | 75 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
76 | 76 | python -m uv pip install -e [quality,test] |
77 | 77 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 |
|
122 | 122 | - name: Install dependencies |
123 | 123 | run: | |
124 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
| 124 | + |
125 | 125 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
126 | 126 | python -m uv pip install -e [quality,test] |
127 | 127 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 |
|
172 | 172 | - name: Install dependencies |
173 | 173 | run: | |
174 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
| 174 | + |
175 | 175 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
176 | 176 | python -m uv pip install -e [quality,test] |
177 | 177 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 |
|
223 | 223 | - name: Install dependencies |
224 | 224 | run: | |
225 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
| 225 | + |
226 | 226 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
227 | 227 | python -m uv pip install -e [quality,test] |
228 | 228 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -270,7 +270,7 @@ jobs: |
270 | 270 |
|
271 | 271 | - name: Install dependencies |
272 | 272 | run: | |
273 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
| 273 | + |
274 | 274 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
275 | 275 | python -m uv pip install -e [quality,test] |
276 | 276 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
|
0 commit comments