Skip to content

Commit 45d2793

Browse files
Fix uninstall
1 parent daf3266 commit 45d2793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install -r requirements-extra.txt
4343
pip uninstall -y robosuite-models
4444
fi
45-
pip uninstall numba
45+
pip uninstall -y numba
4646
- name: Lint with flake8
4747
run: |
4848
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)