Skip to content

Commit 77d1614

Browse files
committed
Fix for Workflow
1 parent 015f637 commit 77d1614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: python -m pip install --upgrade pip setuptools wheel
2525

2626
- name: Install development dependencies
27-
run: pip install flake8 pytest pytest-cov
27+
run: pip install flake8 pytest pytest-cov scipy
2828
- name: Lint with flake8
2929
run: |
3030
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)