Skip to content

Commit 0511d0e

Browse files
Adding scikit-learn for the tests
1 parent 6559224 commit 0511d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install torch numpy flake8 setuptools
17+
pip install torch numpy scikit-learn flake8 setuptools
1818
- name: Build package
1919
run: |
2020
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)