Skip to content

Commit

Permalink
Remove robosuite-models from workflow to avoid those files in tests a…
Browse files Browse the repository at this point in the history
…s test_composite_controllers pulls in different robosuite-models
  • Loading branch information
kevin-thankyou-lin committed Oct 30, 2024
1 parent 60b1b74 commit 9767ffa
Showing 1 changed file with 4 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

0 comments on commit 9767ffa

Please sign in to comment.