Skip to content

Commit 920f30a

Browse files
committed
remove detect latest python for CI
1 parent fbdd57f commit 920f30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/env-setup-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ setup_web_python() {
187187

188188
clone_repository "$REPO" "$TARGET_DIR" ""
189189

190-
detect_setup_python_env
190+
# detect_setup_python_env
191191

192192
pip3 install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
193193
pip3 uninstall -y pytest-html pytest-rerunfailures >> "$NOW_RUN_LOG_FILE" 2>&1
@@ -240,7 +240,7 @@ setup_app_python() {
240240

241241
clone_repository "$REPO" "$TARGET_DIR"
242242

243-
detect_setup_python_env
243+
# detect_setup_python_env
244244

245245
# Install dependencies
246246
pip install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1

0 commit comments

Comments
 (0)