We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8483248 commit 37779cfCopy full SHA for 37779cf
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
export PATH=~/miniconda/bin:$PATH
53
. ~/miniconda/etc/profile.d/conda.sh
54
conda activate bld
55
- pip install -q scikit-learn
+ pip install -q scikit-learn "numpydoc<1.2"
56
conda list
57
source ./.circleci/run_and_compare.sh ~/daal4py-ci /tmp/patched_and_unpatched_sklearn_pypi_pytest_logs_sklearnex.tar.bz2 sklearnex skex
58
- store_artifacts:
0 commit comments