Skip to content

Commit ae2ac6d

Browse files
committed
run stubtest in CI
1 parent e315276 commit ae2ac6d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,18 @@ jobs:
272272
- name: Check no test always skipped
273273
run: |
274274
python continuous_integration/check_no_test_skipped.py test_results
275+
276+
stubtest:
277+
runs-on: ubuntu-latest
278+
steps:
279+
- uses: actions/checkout@v4
280+
281+
- uses: actions/setup-python@v5
282+
with:
283+
python-version: "3.9"
284+
285+
- name: Install dependencies
286+
run: pip install mypy .
287+
288+
- name: Run stubtest
289+
run: stubtest threadpoolctl

0 commit comments

Comments
 (0)