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 d720b23Copy full SHA for d720b23
‎.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=test_numpy --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