Skip to content

Commit acf6bd0

Browse files
committed
CI: ensure numpy is installed during type-checking
1 parent 6e0722c commit acf6bd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/type_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
run: |
2626
uv venv .venv
2727
source .venv/bin/activate
28-
uv pip install .
29-
uv pip install mypy
28+
uv pip install . numpy mypy
3029
3130
- name: run mypy
3231
run: >

0 commit comments

Comments
 (0)