explicit version in uv sync call
This commit is contained in:
parent
c6833b918f
commit
da6efa0cd0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -30,6 +30,6 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev
|
run: uv sync --locked --all-extras --dev --python="${{ matrix.python-version }}"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest tests
|
run: uv run pytest tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue