We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044fca9 commit 6d1f7e6Copy full SHA for 6d1f7e6
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uv pip install --system -e ".[test]"
27
- name: Trigger git clone
28
run: |
29
- python -c "import mujoco_playground"
+ python -c "from mujoco_playground._src import mjx_env; mjx_env.ensure_menagerie_exists()"
30
- name: Test with pytest
31
32
pytest -n auto mujoco_playground/_src/
0 commit comments