File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ setup_web_python() {
202202
203203 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
@@ -263,7 +263,7 @@ setup_app_python() {
263263 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