Update .gitea/workflow/*.yaml
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Install Python 3.10 # Setup Python inside the runner
|
- name: Install Python 3.10 # Setup Python inside the runner
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10.12'
|
||||||
|
|
||||||
- name: Install tox # Tool used for Python unit tests
|
- name: Install tox # Tool used for Python unit tests
|
||||||
run: pip install tox
|
run: pip install tox
|
||||||
|
|||||||
Reference in New Issue
Block a user