Skip to content

Commit 4767547

Browse files
committed
just bored
1 parent 9522d34 commit 4767547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ jobs:
253253
python -m uv pip install -e [quality,test]
254254
# TODO (sayakpaul, DN6): revisit `--no-deps`
255255
python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
256-
pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
257256
python -m uv pip install -U tokenizers
258257
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
258+
pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
259259
260260
- name: Environment
261261
run: |

0 commit comments

Comments
 (0)