use v5
This commit is contained in:
parent
67a9e4ea4b
commit
53067f7c47
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pytest.yaml
vendored
3
.github/workflows/pytest.yaml
vendored
|
|
@ -29,10 +29,9 @@ jobs:
|
|||
with:
|
||||
show-progress: true
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v6.4.0
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
enable-cache: true
|
||||
- name: Install corrlib
|
||||
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue