We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91cc04 commit ebb1572Copy full SHA for ebb1572
.github/workflows/tests.yml
@@ -24,6 +24,7 @@ jobs:
24
else
25
python -m pip install 'numpy<2.0';
26
fi
27
+ python -m pip install pytest
28
- name: Run Tests
29
run: |
30
pytest
0 commit comments