Skip to content

Commit d4cbd7c

Browse files
committed
Infrastructure: Update sklearn package name for Actions
1 parent 3bc23c5 commit d4cbd7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.x'
2424

2525
- name: Install Python 3 libraries
26-
run: pip3 install numpy sklearn
26+
run: pip3 install numpy scikit-learn
2727
- name: Install Python 2 and Python 2 libraries
2828
run: |
2929
sudo apt-get install python2

0 commit comments

Comments
 (0)