Skip to content

Commit eac18f7

Browse files
authored
Add numpy installation to test workflow
1 parent ce3dd8e commit eac18f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install .[test]
24+
pip install numpy
2425
- name: Run tests
2526
run: pytest

0 commit comments

Comments
 (0)