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 c5b8afb commit 3da58d0Copy full SHA for 3da58d0
ci_scripts/install.sh
@@ -25,7 +25,7 @@ popd
25
# Configure the conda environment and put it in the path using the
26
# provided versions
27
SCIKIT_LEARN_ARG=""
28
-if [[ -z $SCIKIT_LEARN_VERSION ]]; then
+if [[ ! -z $SCIKIT_LEARN_VERSION ]]; then
29
SCIKIT_LEARN_ARG="scikit-learn=$SCIKIT_LEARN_VERSION"
30
fi
31
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
0 commit comments