We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf8ff6 commit a0fa727Copy full SHA for a0fa727
1 file changed
.github/workflows/build.yaml
@@ -127,6 +127,7 @@ jobs:
127
python-version: '3.13'
128
129
- name: Install Python Launcher
130
+ if: matrix.config.name == 'windows'
131
shell: powershell
132
run: choco install python-launcher -y
133
0 commit comments