use python 3.12 for mypy and ruff
This commit is contained in:
parent
f05caf572d
commit
0c01d18ecb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/mypy.yaml
vendored
2
.github/workflows/mypy.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Setup python
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
- name: Install corrlib
|
||||
|
|
|
|||
2
.github/workflows/ruff.yaml
vendored
2
.github/workflows/ruff.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Setup python
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
- name: Install corrlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue