8000
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.
1 parent 623e0ad commit 1fae70bCopy full SHA for 1fae70b
‎.github/workflows/ci.yml
@@ -82,9 +82,14 @@ jobs:
82
with:
83
python-version: "3.11"
84
85
+ - name: (DEBUG) print numpy version # TODO
86
+ run: >
87
+ uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}"
88
+ python -c "import numpy; print(numpy.__version__)"
89
+
90
- name: mypy
91
run: >
- uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}" --active
92
93
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
94
95
# TODO: (based)pyright
0 commit comments