Skip to content

Commit 6d1f7e6

Browse files
btabacopybara-github
authored andcommitted
Copybara import of the project:
-- 2f4fe67 by btaba <[email protected]>: Update ci.yml COPYBARA_INTEGRATE_REVIEW=#188 from google-deepmind:btaba-patch-1 2f4fe67 PiperOrigin-RevId: 798067654 Change-Id: I7fb5283fd9848d1e2b5792bf9c1775b5e10a403d
1 parent 044fca9 commit 6d1f7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uv pip install --system -e ".[test]"
2727
- name: Trigger git clone
2828
run: |
29-
python -c "import mujoco_playground"
29+
python -c "from mujoco_playground._src import mjx_env; mjx_env.ensure_menagerie_exists()"
3030
- name: Test with pytest
3131
run: |
3232
pytest -n auto mujoco_playground/_src/

0 commit comments

Comments
 (0)