Skip to content

Commit 0869090

Browse files
committed
grpcio only binary
1 parent b66a32f commit 0869090

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
@@ -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

0 commit comments

Comments
 (0)