We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3dd8e commit eac18f7Copy full SHA for eac18f7
1 file changed
.github/workflows/tests.yml
@@ -21,5 +21,6 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install .[test]
24
+ pip install numpy
25
- name: Run tests
26
run: pytest
0 commit comments