Skip to content

Commit 0a2c152

Browse files
authored
Update build.yaml
1 parent 1a2166c commit 0a2c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: matrix.config.name == 'windows'
123123

124124
- name: Setup Python
125-
if: matrix.config.name != "windows"
125+
if: matrix.config.name != 'windows'
126126
uses: actions/setup-python@v6
127127
with:
128128
python-version: '3.13'

0 commit comments

Comments
 (0)