Skip to content

Commit 134015b

Browse files
committed
Ensure the python version is a string. (#19307)
1 parent 736d2a1 commit 134015b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
NODE_VERSION: 14.18.2
13-
PYTHON_VERSION: 3.10
13+
PYTHON_VERSION: '3.10' # YML treats 3.10 the number as 3.1, so quotes around 3.10
1414
# Force a path with spaces and to test extension works in these scenarios
1515
# Unicode characters are causing 2.7 failures so skip that for now.
1616
special-working-directory: './path with spaces'

0 commit comments

Comments
 (0)