Skip to content

Commit bac54da

Browse files
committed
Incorrect pip call to scikit-learn
1 parent 731f0d8 commit bac54da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
# Setup tox & code coverage
4646
pip install --upgrade pip
47-
pip install tox tox-gh-actions pytest pytest-cov sklearn
47+
pip install tox tox-gh-actions pytest pytest-cov scikit-learn
4848
4949
- name: Run Tests
5050
run: |

0 commit comments

Comments
 (0)