Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ jobs:
- name: Install uv
run: pip install --upgrade uv
- name: Install dependencies
run: |
uv pip install --system "datasets[tests_numpy2] @ ."
# TODO: remove once transformers v5 / huggingface_hub v1 are released officially
uv pip uninstall --system transformers huggingface_hub
uv pip install --system --prerelease=allow git+https://github.com/huggingface/transformers.git
run: uv pip install --system "datasets[tests_numpy2] @ ."
- name: Print dependencies
run: pip list

Expand Down
Loading