try with lock
This commit is contained in:
parent
5aee614e43
commit
1c1b9add05
2 changed files with 1547 additions and 1 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||||
uv-${{ runner.os }}
|
uv-${{ runner.os }}
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --all-extras --dev
|
run: uv sync --locked --all-extras --dev
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest tests
|
run: uv run pytest tests
|
||||||
- name: Minimize uv cache
|
- name: Minimize uv cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue