Skip to content

Commit 1a2166c

Browse files
authored
Update build.yaml
1 parent a0fa727 commit 1a2166c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ jobs:
122122
if: matrix.config.name == 'windows'
123123

124124
- name: Setup Python
125+
if: matrix.config.name != "windows"
125126
uses: actions/setup-python@v6
126127
with:
127128
python-version: '3.13'
128129

129-
- name: Install Python Launcher
130+
- name: Setup Python (Windows)
130131
if: matrix.config.name == 'windows'
131132
shell: powershell
132-
run: choco install python-launcher -y
133+
run: choco install python313 -y
133134

134135
- name: Update submodule
135136
run: |

0 commit comments

Comments
 (0)