|
37 | 37 | - name: Set up Python 3
|
38 | 38 | uses: actions/setup-python@v4
|
39 | 39 | with:
|
40 |
| - python-version: "3.x" |
| 40 | + python-version: "3.10" |
41 | 41 | - name: Get CP deps
|
42 | 42 | run: python tools/ci_fetch_deps.py test ${{ github.sha }}
|
43 | 43 | - name: CircuitPython version
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | - name: Set up Python 3
|
157 | 157 | uses: actions/setup-python@v4
|
158 | 158 | with:
|
159 |
| - python-version: "3.x" |
| 159 | + python-version: "3.10" |
160 | 160 | - name: Get CP deps
|
161 | 161 | run: python tools/ci_fetch_deps.py mpy-cross-mac ${{ github.sha }}
|
162 | 162 | - name: CircuitPython version
|
@@ -220,7 +220,7 @@ jobs:
|
220 | 220 | - name: Set up Python 3
|
221 | 221 | uses: actions/setup-python@v4
|
222 | 222 | with:
|
223 |
| - python-version: "3.x" |
| 223 | + python-version: "3.10" |
224 | 224 | - name: Install dependencies
|
225 | 225 | run: |
|
226 | 226 | sudo apt-get update
|
@@ -278,7 +278,7 @@ jobs:
|
278 | 278 | - name: Set up Python 3
|
279 | 279 | uses: actions/setup-python@v4
|
280 | 280 | with:
|
281 |
| - python-version: "3.x" |
| 281 | + python-version: "3.10" |
282 | 282 | - uses: actions/checkout@v3
|
283 | 283 | with:
|
284 | 284 | submodules: false
|
@@ -331,7 +331,7 @@ jobs:
|
331 | 331 | - name: Set up Python 3
|
332 | 332 | uses: actions/setup-python@v4
|
333 | 333 | with:
|
334 |
| - python-version: "3.x" |
| 334 | + python-version: "3.10" |
335 | 335 | - uses: actions/checkout@v3
|
336 | 336 | with:
|
337 | 337 | submodules: false
|
@@ -384,7 +384,7 @@ jobs:
|
384 | 384 | id: py3
|
385 | 385 | uses: actions/setup-python@v4
|
386 | 386 | with:
|
387 |
| - python-version: "3.x" |
| 387 | + python-version: "3.10" |
388 | 388 | - uses: actions/checkout@v3
|
389 | 389 | with:
|
390 | 390 | submodules: false
|
@@ -473,7 +473,7 @@ jobs:
|
473 | 473 | - name: Set up Python 3
|
474 | 474 | uses: actions/setup-python@v4
|
475 | 475 | with:
|
476 |
| - python-version: "3.x" |
| 476 | + python-version: "3.10" |
477 | 477 | - uses: actions/checkout@v3
|
478 | 478 | with:
|
479 | 479 | submodules: false
|
|
0 commit comments