Skip to content

Commit 04cb356

Browse files
committed
Added numpy dependency to github workflow
1 parent b119e41 commit 04cb356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install mypy pylint pytest rich
30+
python -m pip install mypy pylint pytest rich numpy
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Test with pytest
3333
run: |

0 commit comments

Comments
 (0)