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 fd19420 commit 15b1d38Copy full SHA for 15b1d38
.github/workflows/python-package.yml
@@ -38,4 +38,5 @@ jobs:
38
- name: Test with pytest
39
run: |
40
python -m pip install scipy
41
+ pip install -e .
42
pytest
0 commit comments