Skip to content

Commit a108f42

Browse files
committed
Include sklearn for tox tests
1 parent af48c9d commit a108f42

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
47+
pip install tox tox-gh-actions pytest pytest-cov sklearn
4848
4949
- name: Run Tests
5050
run: |

0 commit comments

Comments
 (0)