Skip to content

Commit 8851af8

Browse files
committed
this time?
1 parent bbf5890 commit 8851af8

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
apt install -y libpq-dev postgresql-client
4141
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
4242
python -m uv pip install -e [quality,test]
43-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
43+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
4444
python -m uv pip install compel==0.1.8
4545
python -m uv pip install -r benchmarks/requirements.txt
4646
- name: Environment

.github/workflows/pr_dependency_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
2929
python -m pip install --upgrade pip uv
3030
python -m uv pip install --prerelease=allow -e .
31-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
31+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
3232
python -m uv pip install pytest
3333
python -m uv pip install compel==0.1.8
3434
- name: Check for soft dependencies

.github/workflows/pr_test_fetcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
3737
python -m uv pip install --prerelease=allow -e [quality,test]
38-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
38+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
3939
python -m uv pip install compel==0.1.8
4040
- name: Environment
4141
run: |

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
202202
python -m uv pip install --prerelease=allow -e [quality,test]
203-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
203+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
204204
python -m uv pip install compel==0.1.8
205205
206206
- name: Environment

.github/workflows/pr_tests_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
9494
python -m uv pip install --prerelease=allow -e [quality,test]
95-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
95+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
9696
python -m uv pip install compel==0.1.8
9797
- name: Environment
9898
run: |

.github/workflows/pr_torch_dependency_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python -m uv pip install --prerelease=allow -e .
3131
python -m uv pip install torch torchvision torchaudio
3232
python -m uv pip install pytest
33-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
33+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
3434
python -m uv pip install compel==0.1.8
3535
- name: Check for soft dependencies
3636
run: |

.github/workflows/push_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
3838
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)
4040
python -m uv pip install compel==0.1.8
4141
- name: Environment
4242
run: |
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
8181
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)
8383
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
8484
python -m uv pip install compel==0.1.8
8585
- name: Environment
@@ -187,7 +187,7 @@ jobs:
187187
run: |
188188
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
189189
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)
191191
python -m uv pip install compel==0.1.8
192192
- name: Environment
193193
run: |
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
234234
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)
236236
python -m uv pip install compel==0.1.8
237237
- name: Environment
238238
run: |
@@ -275,7 +275,7 @@ jobs:
275275
run: |
276276
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
277277
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)
279279
python -m uv pip install compel==0.1.8
280280
281281
- name: Environment

.github/workflows/run_tests_from_a_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
run: |
6666
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
6767
python -m uv pip install -e [quality,test]
68-
python -m uv pip install --prerelease=allow git+https://github.com/huggingface/transformers.git # temporary (only for tests)
68+
python -m uv pip install --prerelease=allow "transformers @ git+https://github.com/huggingface/transformers.git" # temporary (only for tests)
6969
python -m uv pip install peft
7070
python -m uv pip install compel==0.1.8
7171
7272
- name: Run tests
7373
env:
74-
PY_TEST: ${{ github.event.inputs.test }}
74+
PY_TEST: ${{ github.event.inputs.test }}
7575
run: |
7676
pytest "$PY_TEST"

0 commit comments

Comments
 (0)