From ad45510bfcb2bc1634693bae6f2d6eb398251e6d Mon Sep 17 00:00:00 2001 From: btaba Date: Sun, 19 Jan 2025 23:48:08 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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