Skip to content

Commit 05331b6

Browse files
authored
Update pythonpackage.yml
1 parent a20005f commit 05331b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
- name: Test with pytest
2929
run: |
30-
pip install .[dev,swift,vpython]
30+
pip install .[dev,collision,vpython]
3131
pip install pytest-timeout
3232
pytest --timeout=20 --timeout_method thread
3333
codecov:
@@ -46,7 +46,7 @@ jobs:
4646
python -m pip install --upgrade pip
4747
- name: Run coverage
4848
run: |
49-
pip install -e .[dev,swift,vpython]
49+
pip install -e .[dev,collision,vpython]
5050
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
5151
coverage report
5252
- name: upload coverage to Codecov

0 commit comments

Comments
 (0)