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 e315276 commit ae2ac6dCopy full SHA for ae2ac6d
1 file changed
.github/workflows/test.yml
@@ -272,3 +272,18 @@ jobs:
272
- name: Check no test always skipped
273
run: |
274
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