Skip to content

Commit 0643dd6

Browse files
kevinzakkacopybara-github
authored andcommitted
Fix CI.
PiperOrigin-RevId: 717336007 Change-Id: Ie7126edd5d49221de75b32261eab91e2cce93e2d
1 parent 8686dfc commit 0643dd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install uv
2626
uv pip install --system -e ".[test]"
27-
- name: Install submodules
27+
- name: Trigger git clone
28+
run: |
29+
python -c "import mujoco_playground"
2830
- name: Test with pytest
2931
run: |
3032
pytest -n auto mujoco_playground

0 commit comments

Comments
 (0)