We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sklearn
1 parent 3bc23c5 commit d4cbd7cCopy full SHA for d4cbd7c
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.x'
24
25
- name: Install Python 3 libraries
26
- run: pip3 install numpy sklearn
+ run: pip3 install numpy scikit-learn
27
- name: Install Python 2 and Python 2 libraries
28
run: |
29
sudo apt-get install python2
0 commit comments