ci: attempt to pull in setup-python from gha
This commit is contained in:
parent
dc57ecd228
commit
283c840d2f
1 changed files with 6 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Reference in a new issue