Skip to content

Commit ebb1572

Browse files
committed
Install pytest
1 parent b91cc04 commit ebb1572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
else
2525
python -m pip install 'numpy<2.0';
2626
fi
27+
python -m pip install pytest
2728
- name: Run Tests
2829
run: |
2930
pytest

0 commit comments

Comments
 (0)