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