Skip to content

Commit 1a8701b

Browse files
authored
Merge pull request #529 from ARISE-Initiative/v1.5.0
Add robosuite_models to requirements-extra
2 parents c6a96ae + 9767ffa commit 1a8701b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/run-tests.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
pip install -r requirements.txt
3838
pip install mink
3939
fi
40-
if [ -f requirements-extra.txt ]; then pip install -r requirements-extra.txt; fi
41-
40+
if [ -f requirements-extra.txt ]; then
41+
pip install -r requirements-extra.txt
42+
pip uninstall -y robosuite-models
43+
fi
4244
- name: Lint with flake8
4345
run: |
4446
# stop the build if there are Python syntax errors or undefined names

requirements-extra.txt

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ h5py
99

1010
# for mujoco ik
1111
mink
12+
13+
# for extra robosuite_models
14+
robosuite-models==1.0.0

0 commit comments

Comments
 (0)