This commit is contained in:
parent
07100fb197
commit
c1df714e5b
1 changed files with 3 additions and 6 deletions
|
@ -7,15 +7,12 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
runs-on: docker
|
||||
env:
|
||||
python_ver: 3.10
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ env.python_ver }}
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ env.python_ver }}
|
||||
python-version: '3.9.19'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue