@@ -133,8 +133,7 @@ jobs:
133133 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
134134 python -m uv pip install -e [quality,test]
135135 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
136- pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
137- pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U huggingface_hub
136+ 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
138137
139138 - name : Environment
140139 run : |
@@ -205,8 +204,7 @@ jobs:
205204 python -m uv pip install -e [quality,test]
206205 python -m uv pip install peft@git+https://github.com/huggingface/peft.git
207206 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
208- pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
209- pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U huggingface_hub
207+ 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
210208
211209 - name : Environment
212210 run : |
@@ -268,8 +266,7 @@ jobs:
268266 - name : Install dependencies
269267 run : |
270268 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
271- pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
272- pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U huggingface_hub
269+ 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
273270 python -m uv pip install -e [quality,test,training]
274271
275272 - name : Environment
0 commit comments