We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enable-cache: false
1 parent d7a5261 commit db5e654Copy full SHA for db5e654
1 file changed
‎.github/workflows/ci.yml‎
@@ -78,15 +78,16 @@ jobs:
78
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
79
with:
80
python-version: "3.11"
81
+ enable-cache: false
82
83
- name: (DEBUG) print numpy version # TODO
84
run: >
- uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
85
+ uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
86
python -c "import numpy; print(numpy.__version__)"
87
88
- name: mypy
89
90
91
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
92
93
# TODO: (based)pyright
0 commit comments