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 f5a60c6 commit 01a1cadCopy full SHA for 01a1cad
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<46.1.0
+ conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip setuptools=46.0.0
80
source activate "$VIRTUALENV_PATH"
81
else
82
mkdir -p "$VIRTUALENV_PATH"
0 commit comments