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 015f637 commit 77d1614Copy full SHA for 77d1614
.github/workflows/build_and_test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: python -m pip install --upgrade pip setuptools wheel
25
26
- name: Install development dependencies
27
- run: pip install flake8 pytest pytest-cov
+ run: pip install flake8 pytest pytest-cov scipy
28
- name: Lint with flake8
29
run: |
30
# stop the build if there are Python syntax errors or undefined names
0 commit comments