File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ jobs:
177
177
178
178
torch_cuda_tests :
179
179
name : Torch CUDA Tests
180
+ needs : [check_code_quality, check_repository_consistency]
180
181
runs-on :
181
182
group : aws-g4dn-2xlarge
182
183
container :
@@ -245,7 +246,7 @@ jobs:
245
246
246
247
run_examples_tests :
247
248
name : Examples PyTorch CUDA tests on Ubuntu
248
- pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
249
+ needs : [check_code_quality, check_repository_consistency]
249
250
runs-on :
250
251
group : aws-g4dn-2xlarge
251
252
@@ -264,6 +265,7 @@ jobs:
264
265
- name : Install dependencies
265
266
run : |
266
267
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
268
+ pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
267
269
python -m uv pip install -e [quality,test,training]
268
270
269
271
- name : Environment
You can’t perform that action at this time.
0 commit comments