Skip to content

Commit 7d2e59b

Browse files
committed
🚧 no mypy flags, maybe?
1 parent 110a869 commit 7d2e59b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383

8484
- name: (DEBUG) print numpy version # TODO
8585
run: >
86-
uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}" --exact
86+
uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
8787
python -c "import numpy; print(numpy.__version__)"
8888
8989
- name: mypy
9090
run: >
91-
uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}" --exact
92-
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
91+
uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
92+
mypy --tb tests/integration/test_numpy.pyi
9393
9494
# TODO: (based)pyright
9595

0 commit comments

Comments
 (0)