ci: attempt to pull in setup-python from gha
Some checks failed
/ Static Analysis (push) Failing after 1m33s
/ Tests (push) Failing after 30s

This commit is contained in:
Marc 2024-04-12 01:16:03 -04:00
parent dc57ecd228
commit 194f61c00b
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v2 - uses: https://github.com/actions/setup-python@v5
with: with:
python-version: 3.12 python-version: 3.12
- run: | - run: |
@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v2 - uses: https://github.com/actions/setup-python@v5
with: with:
python-version: 3.12 python-version: 3.12
- run: | - run: |