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