We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf6bd0 commit 3459e54Copy full SHA for 3459e54
.github/workflows/type_check.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
uv venv .venv
27
source .venv/bin/activate
28
- uv pip install . numpy mypy
+ uv pip install ".[test]" numpy mypy
29
30
- name: run mypy
31
run: >
0 commit comments