File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ setup_web_python() {
200200
201201 clone_repository " $REPO " " $TARGET_DIR " " "
202202
203- detect_setup_python_env
203+ # detect_setup_python_env
204204
205- pip3 install -r requirements.txt >> " $NOW_RUN_LOG_FILE " 2>&1
205+ 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
207207 log_success " Dependencies installed"
208208
@@ -260,10 +260,10 @@ 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
266- pip3 install -r requirements.txt >> " $NOW_RUN_LOG_FILE " 2>&1
266+ pip install --only-binary grpcio -r requirements.txt >> " $NOW_RUN_LOG_FILE " 2>&1
267267 log_success " Dependencies installed"
268268
269269 local app_url=$BROWSERSTACK_APP
You can’t perform that action at this time.
0 commit comments