diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d33b39..de8b57d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,4 @@ jobs: python -c "import mujoco_playground" - name: Test with pytest run: | - uv pip install pytest pytest-xdist pytest -n auto mujoco_playground