This commit is contained in:
parent
8dcc27709c
commit
93a6d2056d
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.8
|
||||||
|
|
||||||
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@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.python_ver }}
|
python-version: ${{ env.python_ver }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue