Skip to content

Commit 24604d0

Browse files
Remove pre-release workaround in CI for transformers v5 and huggingface_hub v1 (#7989)
update the CI workflow to remove the workaround for pre-release versions
1 parent 6db5f80 commit 24604d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,7 @@ jobs:
165165
- name: Install uv
166166
run: pip install --upgrade uv
167167
- name: Install dependencies
168-
run: |
169-
uv pip install --system "datasets[tests_numpy2] @ ."
170-
# TODO: remove once transformers v5 / huggingface_hub v1 are released officially
171-
uv pip uninstall --system transformers huggingface_hub
172-
uv pip install --system --prerelease=allow git+https://github.com/huggingface/transformers.git
168+
run: uv pip install --system "datasets[tests_numpy2] @ ."
173169
- name: Print dependencies
174170
run: pip list
175171

0 commit comments

Comments
 (0)