File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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:"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments