We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fa727 commit 1a2166cCopy full SHA for 1a2166c
1 file changed
.github/workflows/build.yaml
@@ -122,14 +122,15 @@ jobs:
122
if: matrix.config.name == 'windows'
123
124
- name: Setup Python
125
+ if: matrix.config.name != "windows"
126
uses: actions/setup-python@v6
127
with:
128
python-version: '3.13'
129
- - name: Install Python Launcher
130
+ - name: Setup Python (Windows)
131
132
shell: powershell
- run: choco install python-launcher -y
133
+ run: choco install python313 -y
134
135
- name: Update submodule
136
run: |
0 commit comments