We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0643dd6 commit deddd39Copy full SHA for deddd39
.github/workflows/ci.yml
@@ -29,4 +29,5 @@ jobs:
29
python -c "import mujoco_playground"
30
- name: Test with pytest
31
run: |
32
+ uv pip install pytest pytest-xdist
33
pytest -n auto mujoco_playground
0 commit comments