We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20005f commit 05331b6Copy full SHA for 05331b6
.github/workflows/pythonpackage.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install --upgrade pip
28
- name: Test with pytest
29
run: |
30
- pip install .[dev,swift,vpython]
+ pip install .[dev,collision,vpython]
31
pip install pytest-timeout
32
pytest --timeout=20 --timeout_method thread
33
codecov:
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Run coverage
48
49
- pip install -e .[dev,swift,vpython]
+ pip install -e .[dev,collision,vpython]
50
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
51
coverage report
52
- name: upload coverage to Codecov
0 commit comments