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 a18800c commit d7a5261Copy full SHA for d7a5261
‎.github/workflows/ci.yml
@@ -81,12 +81,12 @@ jobs:
81
82
- name: (DEBUG) print numpy version # TODO
83
run: >
84
- uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}"
+ uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
85
python -c "import numpy; print(numpy.__version__)"
86
87
- name: mypy
88
89
- uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --reinstall
90
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
91
92
# TODO: (based)pyright
0 commit comments