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

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

View file

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