Skip to content

Commit 6832a7f

Browse files
committed
🚧 temporary stubtest allowlist for scipy 1.16
1 parent 7e29c15 commit 6832a7f

File tree

3 files changed

+418
-3
lines changed

3 files changed

+418
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ jobs:
112112
run: >
113113
uv run --with="numpy==${{ matrix.numpy }}" --no-editable
114114
stubtest
115-
--tb
116-
--ignore-unused-allowlist
117115
--allowlist=.mypyignore
116+
--allowlist=.mypyignore-todo
118117
--mypy-config-file=pyproject.toml
119118
scipy

0 commit comments

Comments
 (0)