Skip to content

Commit 985aa0f

Browse files
authored
Update build.yaml
1 parent ad11fa6 commit 985aa0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ jobs:
120120

121121
- uses: ilammy/msvc-dev-cmd@v1
122122
if: matrix.config.name == 'windows'
123+
124+
- name: Setup Python
125+
uses: actions/setup-python@v6
126+
with:
127+
python-version: '3.13'
123128

124129
- name: Update submodule
125130
run: |

0 commit comments

Comments
 (0)