upgrade(python): Upgrade python version
Some checks failed
Pull request: build & lint / build (pull_request) Failing after 5s
Some checks failed
Pull request: build & lint / build (pull_request) Failing after 5s
This commit is contained in:
parent
9a6c1f1a47
commit
e3eae860f6
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.10.13'
|
||||
- name: "Creates virtual environment"
|
||||
run: make venv
|
||||
- name: Activate virtualenv
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.10.13'
|
||||
- name: "Creates virtual environment"
|
||||
run: make venv
|
||||
- name: Activate virtualenv
|
||||
|
|
Loading…
Add table
Reference in a new issue