Skip to content

Commit 110a869

Browse files
committed
🚧 --exact, maybe?
1 parent 55ac805 commit 110a869

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
@@ -83,12 +83,12 @@ jobs:
8383

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

0 commit comments

Comments
 (0)