Skip to content

Commit d7a5261

Browse files
committed
🚧 --isolated, maybe?
1 parent a18800c commit d7a5261

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
@@ -81,12 +81,12 @@ jobs:
8181

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

0 commit comments

Comments
 (0)