Skip to content

Commit de1a6bc

Browse files
committed
🚧 --exact, maybe?
1 parent db5e654 commit de1a6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282

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

0 commit comments

Comments
 (0)