Skip to content

Commit 7090b54

Browse files
committed
setuptool version upgrade
1 parent 69951ed commit 7090b54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/install_python.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ function install_python {
2323

2424
# this will add pip systemlink to pip${PYTHON_MAJOR_VERSION}
2525
python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
26-
python -m pip install --no-cache-dir awscli boto3 requests setuptools
27-
python -m pip install --no-cache-dir --upgrade setuptools
26+
python -m pip install --no-cache-dir awscli boto3 requests setuptools>=70.0
2827
}
2928

3029
# idiomatic parameter and option handling in sh

0 commit comments

Comments
 (0)