1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-03-14 22:26:58 +01:00

Fix test-python.yml error

This commit is contained in:
mahabaleshwars 2025-03-11 10:53:59 +05:30
parent 4c52ed3c79
commit dc4d48c968

View file

@ -245,7 +245,7 @@ jobs:
- name: Run simple code
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
runs-on: ${{ matrix.os }}
strategy: