Skip to content

Commit d6ab2f1

Browse files
committed
💚 fix test path
1 parent 96e49d6 commit d6ab2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: mypy
8383
run: >
8484
uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}"
85-
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.py
85+
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
8686
8787
# TODO: (based)pyright
8888

0 commit comments

Comments
 (0)