Skip to content

Commit 2ac3c28

Browse files
authored
ci: update ui-tests.yml
1 parent 7f6ce16 commit 2ac3c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/setup-python@v4
120120
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == matrix.targetPlatform
121121
with:
122-
python-version: "3.10"
122+
python-version: "3.13"
123123
- name: Install dependencies (Windows)
124124
if: matrix.targetPlatform == 'StandaloneWindows64' && (github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneWindows64')
125125
run: pip install -r "sample/Tests/requirements-desktop.txt"
@@ -157,7 +157,7 @@ jobs:
157157
run: ./build_ios.sh
158158
# - uses: actions/setup-python@v4
159159
# with:
160-
# python-version: "3.10"
160+
# python-version: "3.13"
161161
# - name: Install dependencies
162162
# run: pip install -r "sample/Tests/requirements-mobile.txt"
163163
# - name: Run UI tests

0 commit comments

Comments
 (0)