Skip to content

Commit

Permalink
Infrastructure: Update sklearn to scikit-learn for Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Sep 8, 2023
1 parent 64aa399 commit 8a52a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies
run: |
pip install numpy
pip install sklearn
pip install scikit-learn
sudo apt-get -y install aspell
- name: Build
Expand Down

0 comments on commit 8a52a55

Please sign in to comment.