Skip to content

Commit 37779cf

Browse files
authored
Pin numpydoc for circleci scikit-learn testing (#970)
1 parent 8483248 commit 37779cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
export PATH=~/miniconda/bin:$PATH
5353
. ~/miniconda/etc/profile.d/conda.sh
5454
conda activate bld
55-
pip install -q scikit-learn
55+
pip install -q scikit-learn "numpydoc<1.2"
5656
conda list
5757
source ./.circleci/run_and_compare.sh ~/daal4py-ci /tmp/patched_and_unpatched_sklearn_pypi_pytest_logs_sklearnex.tar.bz2 sklearnex skex
5858
- store_artifacts:

0 commit comments

Comments
 (0)