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 0869090 commit b6b4c43Copy full SHA for b6b4c43
mac/env-setup-run.sh
@@ -200,7 +200,7 @@ setup_web_python() {
200
201
clone_repository "$REPO" "$TARGET_DIR" ""
202
203
- detect_setup_python_env
+ # detect_setup_python_env
204
205
pip3 install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
206
pip3 uninstall -y pytest-html pytest-rerunfailures >> "$NOW_RUN_LOG_FILE" 2>&1
@@ -260,7 +260,7 @@ setup_app_python() {
260
261
clone_repository "$REPO" "$TARGET_DIR"
262
263
264
265
# Install dependencies
266
pip install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
0 commit comments