Skip to content

Commit 26d85ba

Browse files
committed
🚧 --reinstall, maybe?
1 parent cc91649 commit 26d85ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: mypy
8989
run: >
90-
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --refresh
90+
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --reinstall
9191
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
9292
9393
# TODO: (based)pyright

0 commit comments

Comments
 (0)