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 db5e654 commit de1a6bcCopy full SHA for de1a6bc
‎.github/workflows/ci.yml
@@ -82,12 +82,12 @@ jobs:
82
83
- name: (DEBUG) print numpy version # TODO
84
run: >
85
- uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
+ uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}" --exact
86
python -c "import numpy; print(numpy.__version__)"
87
88
- name: mypy
89
90
91
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
92
93
# TODO: (based)pyright
0 commit comments