upgrade(python): Upgrade python version
Some checks failed
Pull request: build & lint / build (pull_request) Failing after 5s

This commit is contained in:
Thomas Maurice 2024-02-20 18:22:19 +01:00
parent 9a6c1f1a47
commit e3eae860f6
Signed by: thomas
GPG key ID: 1D577F50583032A6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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