|
36 | 36 | run: |
|
37 | 37 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
|
38 | 38 | python -m uv pip install --prerelease=allow -e [quality,test]
|
39 |
| - python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests) |
| 39 | + python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests) |
40 | 40 | python -m uv pip install compel==0.1.8
|
41 | 41 | - name: Environment
|
42 | 42 | run: |
|
|
79 | 79 | run: |
|
80 | 80 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
|
81 | 81 | python -m uv pip install --prerelease=allow -e [quality,test]
|
82 |
| - python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests) |
| 82 | + python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests) |
83 | 83 | pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
|
84 | 84 | python -m uv pip install compel==0.1.8
|
85 | 85 | - name: Environment
|
@@ -187,7 +187,7 @@ jobs:
|
187 | 187 | run: |
|
188 | 188 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
|
189 | 189 | python -m uv pip install --prerelease=allow -e [quality,test,training]
|
190 |
| - python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests) |
| 190 | + python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests) |
191 | 191 | python -m uv pip install compel==0.1.8
|
192 | 192 | - name: Environment
|
193 | 193 | run: |
|
@@ -232,7 +232,7 @@ jobs:
|
232 | 232 | run: |
|
233 | 233 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
|
234 | 234 | python -m uv pip install --prerelease=allow -e [quality,test,training]
|
235 |
| - python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests) |
| 235 | + python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests) |
236 | 236 | python -m uv pip install compel==0.1.8
|
237 | 237 | - name: Environment
|
238 | 238 | run: |
|
@@ -275,7 +275,7 @@ jobs:
|
275 | 275 | run: |
|
276 | 276 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
|
277 | 277 | python -m uv pip install --prerelease=allow -e [quality,test,training]
|
278 |
| - python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests) |
| 278 | + python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests) |
279 | 279 | python -m uv pip install compel==0.1.8
|
280 | 280 |
|
281 | 281 | - name: Environment
|
|
0 commit comments