Skip to content

Commit 89df92b

Browse files
ci: add pytest
1 parent 7d43ccc commit 89df92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install numpy
29+
pip install numpy pytest
3030
pip install -e .
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)