File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -282,35 +282,6 @@ jobs:
282282 - name : Run simple code
283283 run : python -c 'import math; print(math.factorial(5))'
284284
285- setup-prerelease-version :
286- name : Setup 3.13 ${{ matrix.os }}
287- runs-on : ${{ matrix.os }}
288- strategy :
289- fail-fast : false
290- matrix :
291- os : [macos-latest, windows-latest, ubuntu-latest]
292- steps :
293- - name : Checkout
294- uses : actions/checkout@v4
295-
296- - name : setup-python 3.13
297- id : setup-python
298- uses : ./
299- with :
300- python-version : ' 3.13'
301- allow-prereleases : true
302-
303- - name : Check python-path
304- run : ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
305- shell : bash
306-
307- - name : Validate version
308- run : ${{ startsWith(steps.setup-python.outputs.python-version, '3.13.') }}
309- shell : bash
310-
311- - name : Run simple code
312- run : python -c 'import math; print(math.factorial(5))'
313-
314285 setup-versions-noenv :
315286 name : Setup ${{ matrix.python }} ${{ matrix.os }} (noenv)
316287 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments