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 6c61832 commit 04ed716Copy full SHA for 04ed716
.github/workflows/pythonpackage.yml
@@ -26,6 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
- name: Test with pytest
28
run: |
29
+ pip install numpy
30
pip install .[dev,collision,vpython]
31
pip install pytest-timeout
32
pytest --timeout=30 --timeout_method thread -s
@@ -45,6 +46,7 @@ jobs:
45
46
47
- name: Run coverage
48
49
50
pip install -e .[dev,collision,vpython]
51
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
52
coverage report
@@ -66,6 +68,7 @@ jobs:
66
68
- name: Install dependencies
67
69
70
71
72
pip install .[docs]
73
pip install git+https://github.com/petercorke/sphinx-autorun.git
74
pip install sympy
0 commit comments