Skip to content

Commit 2f7a1cb

Browse files
committed
escape py version
1 parent 04fa87f commit 2f7a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyhton.generate-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
continue-on-error: true
3434
strategy:
3535
matrix:
36-
py-version: [3.8, 3.9, 3.10]
36+
py-version: ["3.8", "3.9", "3.10"]
3737
os: [ubuntu-22.04, windows-2019, macOS-15]
3838
fail-fast: false
3939
runs-on: "ubuntu-22.04"

0 commit comments

Comments
 (0)