Skip to content

Commit

Permalink
Re-enable CI.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717320872
Change-Id: Ife24b064ac4e10a588190f1a02add96acbf16635
  • Loading branch information
kevinzakka authored and copybara-github committed Jan 19, 2025
1 parent a9c5575 commit 8686dfc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,9 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install uv
uv pip install --system -e ".[test]"
# - name: Install submodules
# run: |
# git submodule update --init --recursive
# - name: Test with pytest
# run: |
# pytest mujoco_playground
- name: Install submodules
- name: Test with pytest
run: |
pytest -n auto mujoco_playground

0 comments on commit 8686dfc

Please sign in to comment.