We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ddbab commit b1b1340Copy full SHA for b1b1340
.github/workflows/ci.yml
@@ -22,10 +22,11 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install -e .[all]
26
- - name: Install submodules
27
- run: |
28
- git submodule update --init --recursive
29
- - name: Test with pytest
30
31
- pytest mujoco_playground
+ pip install uv
+ uv pip install -e .[all]
+ # - name: Install submodules
+ # run: |
+ # git submodule update --init --recursive
+ # - name: Test with pytest
32
+ # pytest mujoco_playground
0 commit comments