fix(ci): test only multi-gpu tests in multi-gpu runner (#3092)

This commit is contained in:
Steven Palma
2026-03-05 19:53:40 +01:00
committed by GitHub
parent 1a24f770d3
commit d324ffe810
+1 -2
View File
@@ -206,5 +206,4 @@ jobs:
python -c "import torch; print(f'PyTorch CUDA available: {torch.cuda.is_available()}'); print(f'Number of GPUs: {torch.cuda.device_count()}')" python -c "import torch; print(f'PyTorch CUDA available: {torch.cuda.is_available()}'); print(f'Number of GPUs: {torch.cuda.device_count()}')"
- name: Run multi-GPU training tests - name: Run multi-GPU training tests
# TODO(Steven): Investigate why motors tests are failing in multi-GPU setup run: pytest -vv tests/training/
run: pytest tests -vv --maxfail=10 --ignore=tests/motors/