Skip to content

Commit 3024e93

Browse files
committed
🚧 --reinstall, maybe?
1 parent 0a32f5f commit 3024e93

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
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: mypy
8888
run: >
89-
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --refresh
89+
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --reinstall
9090
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
9191
9292
# TODO: (based)pyright

0 commit comments

Comments
 (0)