mirror of
https://github.com/actions/setup-python.git
synced 2026-05-13 16:09:52 +00:00
Fix test-python.yml error
This commit is contained in:
@@ -245,7 +245,7 @@ jobs:
|
|||||||
- name: Run simple code
|
- name: Run simple code
|
||||||
run: python -c 'import math; print(math.factorial(5))'
|
run: python -c 'import math; print(math.factorial(5))'
|
||||||
|
|
||||||
setup-versions-from-.tool-versions-file:
|
setup-versions-from-tool-versions-file:
|
||||||
name: Setup ${{ matrix.python }} ${{ matrix.os }} .tool-versions file
|
name: Setup ${{ matrix.python }} ${{ matrix.os }} .tool-versions file
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user