Skip to content

Commit 3459e54

Browse files
committed
CI: ensure that the test deps are installed during type-checking
1 parent acf6bd0 commit 3459e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/type_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
uv venv .venv
2727
source .venv/bin/activate
28-
uv pip install . numpy mypy
28+
uv pip install ".[test]" numpy mypy
2929
3030
- name: run mypy
3131
run: >

0 commit comments

Comments
 (0)