Skip to content

Commit 04ed716

Browse files
authored
Update pythonpackage.yml
1 parent 6c61832 commit 04ed716

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
- name: Test with pytest
2828
run: |
29+
pip install numpy
2930
pip install .[dev,collision,vpython]
3031
pip install pytest-timeout
3132
pytest --timeout=30 --timeout_method thread -s
@@ -45,6 +46,7 @@ jobs:
4546
python -m pip install --upgrade pip
4647
- name: Run coverage
4748
run: |
49+
pip install numpy
4850
pip install -e .[dev,collision,vpython]
4951
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
5052
coverage report
@@ -66,6 +68,7 @@ jobs:
6668
- name: Install dependencies
6769
run: |
6870
python -m pip install --upgrade pip
71+
pip install numpy
6972
pip install .[docs]
7073
pip install git+https://github.com/petercorke/sphinx-autorun.git
7174
pip install sympy

0 commit comments

Comments
 (0)