8000 Update pythonpackage.yml · Zyszu200/robotics-toolbox-python@505b2f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 505b2f0

Browse files
authored
Update pythonpackage.yml
1 parent fac6a97 commit 505b2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
- name: Test with pytest
2828
run: |
29-
pip install .[dev,collision,vpython]
29+
pip install .[dev,collision]
3030
pip install pytest-timeout
3131
pytest --timeout=50 --timeout_method thread -s
3232
codecov:

0 commit comments

Comments
0