We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6a96ae + 9767ffa commit 1a8701bCopy full SHA for 1a8701b
.github/workflows/run-tests.yaml
@@ -37,8 +37,10 @@ jobs:
37
pip install -r requirements.txt
38
pip install mink
39
fi
40
- if [ -f requirements-extra.txt ]; then pip install -r requirements-extra.txt; fi
41
-
+ if [ -f requirements-extra.txt ]; then
+ pip install -r requirements-extra.txt
42
+ pip uninstall -y robosuite-models
43
+ fi
44
- name: Lint with flake8
45
run: |
46
# stop the build if there are Python syntax errors or undefined names
requirements-extra.txt
@@ -9,3 +9,6 @@ h5py
9
10
# for mujoco ik
11
mink
12
+
13
+# for extra robosuite_models
14
+robosuite-models==1.0.0
0 commit comments