File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,16 @@ jobs:
78
78
- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
79
79
with :
80
80
python-version : " 3.11"
81
+ enable-cache : false
81
82
82
83
- name : (DEBUG) print numpy version # TODO
83
84
run : >
84
- uv run --isolated -- group=mypy --with="numpy==${{ matrix.numpy-version }}"
85
+ uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
85
86
python -c "import numpy; print(numpy.__version__)"
86
87
87
88
- name : mypy
88
89
run : >
89
- uv run --isolated -- group=mypy --with="numpy==${{ matrix.numpy-version }}"
90
+ uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
90
91
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
91
92
92
93
# TODO: (based)pyright
You can’t perform that action at this time.
0 commit comments