We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--exact
1 parent 55ac805 commit 110a869Copy full SHA for 110a869
‎.github/workflows/ci.yml
@@ -83,12 +83,12 @@ jobs:
83
84
- name: (DEBUG) print numpy version # TODO
85
run: >
86
- uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
+ uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}" --exact
87
python -c "import numpy; print(numpy.__version__)"
88
89
- name: mypy
90
91
92
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
93
94
# TODO: (based)pyright
0 commit comments