Skip to content

Commit a6bb9b7

Browse files
committed
💚 fix test path
1 parent 2b30311 commit a6bb9b7

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
@@ -83,7 +83,7 @@ jobs:
8383
- name: mypy
8484
run: >
8585
uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}"
86-
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.py
86+
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
8787
8888
# TODO: (based)pyright
8989

0 commit comments

Comments
 (0)