File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -254,34 +254,6 @@ jobs:
254
254
- name : Run simple code
255
255
run : python -c 'import math; print(math.factorial(5))'
256
256
257
- setup-dev-version :
258
- name : Setup 3.13-dev ${{ matrix.os }}
259
- runs-on : ${{ matrix.os }}
260
- strategy :
261
- fail-fast : false
262
- matrix :
263
- os : [macos-latest, windows-latest, ubuntu-latest]
264
- steps :
265
- - name : Checkout
266
- uses : actions/checkout@v4
267
-
268
- - name : setup-python 3.13-dev
269
- id : setup-python
270
- uses : ./
271
- with :
272
- python-version : ' 3.13-dev'
273
-
274
- - name : Check python-path
275
- run : ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
276
- shell : bash
277
-
278
- - name : Validate version
279
- run : ${{ startsWith(steps.setup-python.outputs.python-version, '3.13.') }}
280
- shell : bash
281
-
282
- - name : Run simple code
283
- run : python -c 'import math; print(math.factorial(5))'
284
-
285
257
setup-versions-noenv :
286
258
name : Setup ${{ matrix.python }} ${{ matrix.os }} (noenv)
287
259
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments