We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d43ccc commit 89df92bCopy full SHA for 89df92b
1 file changed
.github/workflows/test-suite.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install numpy
+ pip install numpy pytest
30
pip install -e .
31
- name: Test with pytest
32
0 commit comments