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.
--reinstall
1 parent 0a32f5f commit 3024e93Copy full SHA for 3024e93
‎.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: mypy
88
run: >
89
- uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --refresh
+ uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --reinstall
90
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
91
92
# TODO: (based)pyright
0 commit comments