mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 09:09:16 +08:00
Fix test-python.yml error
This commit is contained in:
parent
4c52ed3c79
commit
dc4d48c968
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue