Skip to content

Commit f3fd6a8

Browse files
committed
setup tools
1 parent 0a0b454 commit f3fd6a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install_python.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ 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>=78.1.1
26+
python -m pip install --no-cache-dir awscli boto3 requests
27+
python -m pip install --no-cache-dir "setuptools>=78.1.1"
2728
}
2829

2930
# idiomatic parameter and option handling in sh

0 commit comments

Comments
 (0)