Skip to content

Commit f5a60c6

Browse files
committed
set upperbound
1 parent 37c32d1 commit f5a60c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-pip-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ for python in "${PYTHON_EXECS[@]}"; do
7676
VIRTUALENV_PATH="$VIRTUALENV_BASE"/$python
7777
rm -rf "$VIRTUALENV_PATH"
7878
if [ -n "$USE_CONDA" ]; then
79-
conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip setuptools
79+
conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip setuptools<46.1.0
8080
source activate "$VIRTUALENV_PATH"
8181
else
8282
mkdir -p "$VIRTUALENV_PATH"

0 commit comments

Comments
 (0)