Skip to content

Commit 96a45a8

Browse files
committed
fix dependency
1 parent 6996ec5 commit 96a45a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-plots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -e .
39-
pip install plotly matplotlib kaleido numpy tqdm sklearn
39+
pip install plotly matplotlib kaleido numpy tqdm scikit-learn
4040
4141
- name: Generate plots
4242
run: |

0 commit comments

Comments
 (0)