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.
--isolated
1 parent b9f77b5 commit d509f4fCopy full SHA for d509f4f
‎.github/workflows/ci.yml
@@ -82,12 +82,12 @@ jobs:
82
83
- name: (DEBUG) print numpy version # TODO
84
run: >
85
- uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}"
+ uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
86
python -c "import numpy; print(numpy.__version__)"
87
88
- name: mypy
89
90
- 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