Skip to content

Commit 17dcdd5

Browse files
committed
MAINT trigger RC install
1 parent 28663da commit 17dcdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
6767
make_conda "python=$PYTHON_VERSION"
6868
python -m pip install -U pip
6969

70-
python -m pip install scikit-learn pandas matplotlib
70+
python -m pip --pre install scikit-learn pandas matplotlib
7171

7272
elif [[ "$DISTRIB" == "conda-pip-latest-tensorflow" ]]; then
7373
make_conda "python=$PYTHON_VERSION"

0 commit comments

Comments
 (0)