We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736d2a1 commit 134015bCopy full SHA for 134015b
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
NODE_VERSION: 14.18.2
13
- PYTHON_VERSION: 3.10
+ PYTHON_VERSION: '3.10' # YML treats 3.10 the number as 3.1, so quotes around 3.10
14
# Force a path with spaces and to test extension works in these scenarios
15
# Unicode characters are causing 2.7 failures so skip that for now.
16
special-working-directory: './path with spaces'
0 commit comments