8000 🚧 debug-print the installed numpy version · data-apis/array-api-typing@1fae70b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fae70b

Browse files
committed
🚧 debug-print the installed numpy version
1 parent 623e0ad commit 1fae70b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,14 @@ jobs:
8282
with:
8383
python-version: "3.11"
8484

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+
8590
- name: mypy
8691
run: >
87-
uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}" --active
92+
uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}"
8893
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
8994
9095
# TODO: (based)pyright

0 commit comments

Comments
 (0)
0