Skip to content

Commit d509f4f

Browse files
committed
🚧 --isolated, maybe?
1 parent b9f77b5 commit d509f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282

8383
- name: (DEBUG) print numpy version # TODO
8484
run: >
85-
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}"
85+
uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
8686
python -c "import numpy; print(numpy.__version__)"
8787
8888
- name: mypy
8989
run: >
90-
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --reinstall
90+
uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
9191
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
9292
9393
# TODO: (based)pyright

0 commit comments

Comments
 (0)