10000 add numpydoc dependency for pip OS/BLAS test matrix · python-control/python-control@44e40f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44e40f6

Browse files
committed
add numpydoc dependency for pip OS/BLAS test matrix
1 parent 66acadd commit 44e40f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-blas-test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
- name: Install Wheel
257257
run: |
258258
python -m pip install --upgrade pip
259-
pip install matplotlib scipy pytest pytest-cov pytest-timeout coverage
259+
pip install matplotlib scipy pytest pytest-cov pytest-timeout coverage numpydoc
260260
pip install slycot-wheels/${{ matrix.packagekey }}/slycot*.whl
261261
pip show slycot
262262
- name: Test with pytest

0 commit comments

Comments
 (0)
0