correct typo
All checks were successful
Mypy / mypy (push) Successful in 46s
Pytest / pytest (3.12) (push) Successful in 51s
Pytest / pytest (3.13) (push) Successful in 51s
Pytest / pytest (3.14) (push) Successful in 49s
Mypy / mypy (pull_request) Successful in 44s
Pytest / pytest (3.12) (pull_request) Successful in 50s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Pytest / pytest (3.14) (pull_request) Successful in 48s
All checks were successful
Mypy / mypy (push) Successful in 46s
Pytest / pytest (3.12) (push) Successful in 51s
Pytest / pytest (3.13) (push) Successful in 51s
Pytest / pytest (3.14) (push) Successful in 49s
Mypy / mypy (pull_request) Successful in 44s
Pytest / pytest (3.12) (pull_request) Successful in 50s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Pytest / pytest (3.14) (pull_request) Successful in 48s
This commit is contained in:
parent
5109cbd4ab
commit
235a613057
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mypy.yaml
vendored
2
.github/workflows/mypy.yaml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
enable-cache: true
|
||||
- name: Install corrlib
|
||||
run: uv sync --locked --all-extras --dev --python "3.12""
|
||||
run: uv sync --locked --all-extras --dev --python "3.12"
|
||||
- name: Run tests
|
||||
run: uv run mypy corrlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue