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 731f0d8 commit bac54daCopy full SHA for bac54da
.github/workflows/build-test-deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
# Setup tox & code coverage
46
pip install --upgrade pip
47
- pip install tox tox-gh-actions pytest pytest-cov sklearn
+ pip install tox tox-gh-actions pytest pytest-cov scikit-learn
48
49
- name: Run Tests
50
0 commit comments