This commit is contained in:
parent
19a9f87471
commit
07100fb197
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@ jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
env:
|
env:
|
||||||
python_ver: 3.8.18
|
python_ver: 3.10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ env.python_ver }}
|
- name: Set up Python ${{ env.python_ver }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.python_ver }}
|
python-version: ${{ env.python_ver }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue