Wagtail commited on
Commit
ec00a3f
·
unverified ·
1 Parent(s): 17d1124

add scikit-learn and Update push_to_hf_space.yml

Browse files
.github/workflows/push_to_hf_space.yml CHANGED
@@ -30,7 +30,7 @@ jobs:
30
  - name: Install dependencies
31
  run: |
32
  pip install --upgrade pip
33
- pip install flake8 nbqa pytest pandas
34
 
35
  # -------------------------
36
  # 3. Lint Python files
 
30
  - name: Install dependencies
31
  run: |
32
  pip install --upgrade pip
33
+ pip install flake8 nbqa pytest pandas scikit-learn
34
 
35
  # -------------------------
36
  # 3. Lint Python files