Revert "add python version 3.10 and 3.11 to matrix, unlock"
All checks were successful
Pytest / pytest (3.12) (push) Successful in 26s
Pytest / pytest (3.13) (push) Successful in 31s
Pytest / pytest (3.14) (push) Successful in 31s
Pytest / pytest (3.12) (pull_request) Successful in 26s
Pytest / pytest (3.13) (pull_request) Successful in 31s
Pytest / pytest (3.14) (pull_request) Successful in 31s
All checks were successful
Pytest / pytest (3.12) (push) Successful in 26s
Pytest / pytest (3.13) (push) Successful in 31s
Pytest / pytest (3.14) (push) Successful in 31s
Pytest / pytest (3.12) (pull_request) Successful in 26s
Pytest / pytest (3.13) (pull_request) Successful in 31s
Pytest / pytest (3.14) (pull_request) Successful in 31s
This reverts commit ca071a2e75.
This commit is contained in:
parent
ca071a2e75
commit
f7179f934d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/pytest.yaml
vendored
4
.github/workflows/pytest.yaml
vendored
|
|
@ -12,8 +12,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- "3.10"
|
|
||||||
- "3.11"
|
|
||||||
- "3.12"
|
- "3.12"
|
||||||
- "3.13"
|
- "3.13"
|
||||||
- "3.14"
|
- "3.14"
|
||||||
|
|
@ -32,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 --all-extras --dev --python ${{ matrix.python-version }}
|
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