Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: ensure numpy is installed during type-checking
  • Loading branch information
jorenham committed Apr 19, 2025
commit acf6bd044a5ce2fa59047e1edf7969d800724250
3 changes: 1 addition & 2 deletions .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
run: |
uv venv .venv
source .venv/bin/activate
uv pip install .
uv pip install mypy
uv pip install . numpy mypy

- name: run mypy
run: >
Expand Down
Loading