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 37c32d1 commit f5a60c6Copy full SHA for f5a60c6
dev/run-pip-tests
@@ -76,7 +76,7 @@ for python in "${PYTHON_EXECS[@]}"; do
76
VIRTUALENV_PATH="$VIRTUALENV_BASE"/$python
77
rm -rf "$VIRTUALENV_PATH"
78
if [ -n "$USE_CONDA" ]; then
79
- conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip setuptools
+ conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip setuptools<46.1.0
80
source activate "$VIRTUALENV_PATH"
81
else
82
mkdir -p "$VIRTUALENV_PATH"
0 commit comments