We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e51ba commit 7719dffCopy full SHA for 7719dff
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
else
25
python -m pip install 'numpy>=1.26,<2.0';
26
fi
27
- python -m pip install -r requirements-tests.txt
+ python -m pip install -r requirements-dev.txt
28
- name: Run Tests
29
run: |
30
pytest
0 commit comments