mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 03:30:10 +00:00
fix(ci): exclude motor tests in multi-gpu setup (#2276)
This commit is contained in:
@@ -189,5 +189,6 @@ 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
|
||||||
run: pytest tests -vv --maxfail=10 --ignore=tests/motors/test_dynamixel.py
|
# TODO(Steven): Investigate why motors tests are failing in multi-GPU setup
|
||||||
|
run: pytest tests -vv --maxfail=10 --ignore=tests/motors/
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user