Skip to content

Commit cb2c95a

Browse files
authored
Update python-package.yml
1 parent 9b6b1a2 commit cb2c95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
python -m pip install .[test]
3131
python -m pip install flake8 pytest
3232
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33+
pip install mujoco
3334
- name: Clone mujoco_menagerie repository into the tests/ folder
3435
run: |
3536
git clone https://github.com/google-deepmind/mujoco_menagerie

0 commit comments

Comments
 (0)