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 ebb1572 commit db5b8cbCopy full SHA for db5b8cb
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
else
25
python -m pip install 'numpy<2.0';
26
fi
27
- python -m pip install pytest
+ python -m pip install -r requirements-tests.txt
28
- name: Run Tests
29
run: |
30
pytest
requirements-tests.txt
@@ -0,0 +1,2 @@
1
+pytest
2
+hypothesis
0 commit comments