Skip to content

Commit 9bb052c

Browse files
install scikit-learn to build docs (#2592) (#2593)
1 parent a5b4e69 commit 9bb052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
git branch
8484
- name: Install Python Dependencies
8585
run: |
86-
pip install daal-devel impi-devel
86+
pip install daal-devel impi-devel scikit-learn
8787
pip install -r dependencies-dev
8888
pip install -r requirements-doc.txt
8989
- name: Build daal4py/sklearnex

0 commit comments

Comments
 (0)