Skip to content

Commit b6b4c43

Browse files
committed
remove detect latest python
1 parent 0869090 commit b6b4c43

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
@@ -200,7 +200,7 @@ setup_web_python() {
200200

201201
clone_repository "$REPO" "$TARGET_DIR" ""
202202

203-
detect_setup_python_env
203+
# detect_setup_python_env
204204

205205
pip3 install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
206206
pip3 uninstall -y pytest-html pytest-rerunfailures >> "$NOW_RUN_LOG_FILE" 2>&1
@@ -260,7 +260,7 @@ setup_app_python() {
260260

261261
clone_repository "$REPO" "$TARGET_DIR"
262262

263-
detect_setup_python_env
263+
# detect_setup_python_env
264264

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

0 commit comments

Comments
 (0)