Skip to content

Commit ec93384

Browse files
committed
👷 simplify the stubtest step
1 parent 5d25432 commit ec93384

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,7 @@ jobs:
7676
enable-cache: true
7777
python-version: 3.13
7878

79-
- name: unstub numpy
80-
run: >
81-
uv run --no-editable
82-
tool/unstub.py
83-
8479
- name: stubtest
8580
run: >
86-
uv run --no-editable
87-
stubtest
88-
--mypy-config-file=pyproject.toml
89-
--allowlist=.mypyignore
90-
--allowlist=.mypyignore-todo
91-
--concise
92-
numpy
81+
uv run --no-project
82+
tool/stubtest.py --concise

0 commit comments

Comments
 (0)