Skip to content

Commit 9e4cd94

Browse files
committed
py 3.12
1 parent 59c8232 commit 9e4cd94

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test-scripts.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
23-
- name: Set up Python 3.13
23+
- name: Set up Python 3.12
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.13'
26+
python-version: '3.12'
2727
- name: Set up Bash
2828
run: |
2929
echo "Bash version:"
@@ -179,10 +179,10 @@ jobs:
179179
# steps:
180180
# - name: Checkout code
181181
# uses: actions/checkout@v4
182-
# - name: Set up Python 3.13
182+
# - name: Set up Python 3.12
183183
# uses: actions/setup-python@v5
184184
# with:
185-
# python-version: '3.13'
185+
# python-version: '3.12'
186186
# - name: Check PowerShell version
187187
# run: |
188188
# $PSVersionTable.PSVersion
@@ -322,10 +322,10 @@ jobs:
322322
steps:
323323
- name: Checkout code
324324
uses: actions/checkout@v4
325-
- name: Set up Python 3.13
325+
- name: Set up Python 3.12
326326
uses: actions/setup-python@v5
327327
with:
328-
python-version: '3.13'
328+
python-version: '3.12'
329329
- name: Set up Bash
330330
run: |
331331
echo "Bash version:"

mac/env-setup-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ setup_app_python() {
263263
detect_setup_python_env
264264

265265
# Install dependencies
266-
pip install -r requirements.txt >> "$NOW_RUN_LOG_FILE" 2>&1
266+
pip3 install -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)