Skip to content

Commit 93e273e

Browse files
committed
🚧 no mypy flags, maybe?
1 parent de1a6bc commit 93e273e

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
@@ -82,13 +82,13 @@ jobs:
8282

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

0 commit comments

Comments
 (0)