We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf3266 commit 45d2793Copy full SHA for 45d2793
1 file changed
.github/workflows/run-tests.yaml
@@ -42,7 +42,7 @@ jobs:
42
pip install -r requirements-extra.txt
43
pip uninstall -y robosuite-models
44
fi
45
- pip uninstall numba
+ pip uninstall -y numba
46
- name: Lint with flake8
47
run: |
48
# stop the build if there are Python syntax errors or undefined names
0 commit comments