set python version to 3.12
This commit is contained in:
parent
e2a3e7c727
commit
4447b2ebe6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruff.yaml
vendored
2
.github/workflows/ruff.yaml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
run: uv sync --locked --all-extras --dev --python "3.12"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run ruff check corrlib
|
run: uv run ruff check corrlib
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue