Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717336007
Change-Id: Ie7126edd5d49221de75b32261eab91e2cce93e2d
  • Loading branch information
kevinzakka authored and copybara-github committed Jan 20, 2025
1 parent 8686dfc commit 0643dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
python -m pip install --upgrade pip
pip install uv
uv pip install --system -e ".[test]"
- name: Install submodules
- name: Trigger git clone
run: |
python -c "import mujoco_playground"
- name: Test with pytest
run: |
pytest -n auto mujoco_playground

0 comments on commit 0643dd6

Please sign in to comment.