3333 - name : Set up Python 3.8
3434 uses : actions/setup-python@v2
3535 with :
36- python-version : 3.8
36+ python-version : " 3.8"
3737
3838 - name : Install build dependencies
3939 run : |
@@ -142,7 +142,7 @@ jobs:
142142 strategy :
143143 max-parallel : 2
144144 matrix :
145- python-version : [37, 38, 39, 310]
145+ python-version : ["37", "38", "39", " 310" ]
146146
147147 steps :
148148 - uses : actions/checkout@v2
@@ -159,7 +159,7 @@ jobs:
159159 - name : Set up Python 3.8
160160 uses : actions/setup-python@v2
161161 with :
162- python-version : 3.8
162+ python-version : " 3.8"
163163
164164 - name : Get specific version of CMake, Ninja
165165 uses : lukka/get-cmake@v3.18.3
@@ -215,7 +215,7 @@ jobs:
215215 - name : Set up Python 3.8
216216 uses : actions/setup-python@v2
217217 with :
218- python-version : 3.8
218+ python-version : " 3.8"
219219
220220 - name : Evaluate template
221221 shell : bash
@@ -242,7 +242,7 @@ jobs:
242242 strategy :
243243 max-parallel : 2
244244 matrix :
245- python-version-minor : [7, 8, 9, 10 ]
245+ python-version-minor : ["7", "8", "9", "10" ]
246246
247247 steps :
248248 - uses : actions/checkout@v2
@@ -263,7 +263,7 @@ jobs:
263263 - name : Set up Python 3.8
264264 uses : actions/setup-python@v2
265265 with :
266- python-version : 3.8
266+ python-version : " 3.8"
267267
268268 - name : Evaluate template
269269 shell : bash
0 commit comments