Use checkout action and direct python setup

This commit is contained in:
2026-03-22 12:30:56 +00:00
parent f77c896ca3
commit 12e3018523

View File

@@ -9,6 +9,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
run: | run: |
python3 --version python3 --version