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 @@ -119,7 +119,7 @@ jobs:
119
119
- uses : actions/setup-python@v4
120
120
if : github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == matrix.targetPlatform
121
121
with :
122
- python-version : " 3.10 "
122
+ python-version : " 3.13 "
123
123
- name : Install dependencies (Windows)
124
124
if : matrix.targetPlatform == 'StandaloneWindows64' && (github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneWindows64')
125
125
run : pip install -r "sample/Tests/requirements-desktop.txt"
@@ -157,7 +157,7 @@ jobs:
157
157
run : ./build_ios.sh
158
158
# - uses: actions/setup-python@v4
159
159
# with:
160
- # python-version: "3.10 "
160
+ # python-version: "3.13 "
161
161
# - name: Install dependencies
162
162
# run: pip install -r "sample/Tests/requirements-mobile.txt"
163
163
# - name: Run UI tests
You can’t perform that action at this time.
0 commit comments