Spaces:
Sleeping
Sleeping
Wagtail commited on
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
|