mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
specify python-version
This commit is contained in:
parent
b92b7950e3
commit
49dbf38461
2 changed files with 4 additions and 0 deletions
2
.github/workflows/python-check.yml
vendored
2
.github/workflows/python-check.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.9"
|
||||||
- name: Install Ruff and Mypy
|
- name: Install Ruff and Mypy
|
||||||
run: pip install ruff mypy
|
run: pip install ruff mypy
|
||||||
|
|
||||||
|
|
2
.github/workflows/python-format.yml
vendored
2
.github/workflows/python-format.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.9"
|
||||||
- name: Install Ruff
|
- name: Install Ruff
|
||||||
run: pip install ruff
|
run: pip install ruff
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue