We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6b1a2 commit cb2c95aCopy full SHA for cb2c95a
.github/workflows/python-package.yml
@@ -30,6 +30,7 @@ jobs:
30
python -m pip install .[test]
31
python -m pip install flake8 pytest
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
+ pip install mujoco
34
- name: Clone mujoco_menagerie repository into the tests/ folder
35
run: |
36
git clone https://github.com/google-deepmind/mujoco_menagerie
0 commit comments