Skip to content

Commit

Permalink
Merge pull request #529 from ARISE-Initiative/v1.5.0
Browse files Browse the repository at this point in the history
Add robosuite_models to requirements-extra
  • Loading branch information
zhuyifengzju authored Oct 30, 2024
2 parents c6a96ae + 9767ffa commit 1a8701b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
pip install -r requirements.txt
pip install mink
fi
if [ -f requirements-extra.txt ]; then pip install -r requirements-extra.txt; fi
if [ -f requirements-extra.txt ]; then
pip install -r requirements-extra.txt
pip uninstall -y robosuite-models
fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
3 changes: 3 additions & 0 deletions requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ h5py

# for mujoco ik
mink

# for extra robosuite_models
robosuite-models==1.0.0

0 comments on commit 1a8701b

Please sign in to comment.