specify python-version

This commit is contained in:
OniriCorpe 2024-03-14 17:05:09 +01:00
parent b92b7950e3
commit 49dbf38461
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install Ruff and Mypy
run: pip install ruff mypy

View file

@ -19,6 +19,8 @@ jobs:
continue-on-error: true
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install Ruff
run: pip install ruff