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 fbdd57f commit 920f30aCopy full SHA for 920f30a
mac/env-setup-run.sh
@@ -187,7 +187,7 @@ setup_web_python() {
187
188
clone_repository "$REPO" "$TARGET_DIR" ""
189
190
- detect_setup_python_env
+ # detect_setup_python_env
191
192
pip3 install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
193
pip3 uninstall -y pytest-html pytest-rerunfailures >> "$NOW_RUN_LOG_FILE" 2>&1
@@ -240,7 +240,7 @@ setup_app_python() {
240
241
clone_repository "$REPO" "$TARGET_DIR"
242
243
244
245
# Install dependencies
246
pip install --only-binary grpcio -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
0 commit comments