mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Upgrade daily stubtest workflow to stubtest 0.920 (#6615)
This commit is contained in:
4
.github/workflows/stubtest.yml
vendored
4
.github/workflows/stubtest.yml
vendored
@@ -34,9 +34,7 @@ jobs:
|
||||
- name: Update pip
|
||||
run: python -m pip install -U pip
|
||||
- name: Install dependencies
|
||||
# Temporarily hard-code the mypy version used for stubtest
|
||||
# run: pip install $(grep tomli== requirements-tests.txt) (grep mypy== requirements-tests.txt)
|
||||
run: pip install mypy==0.910
|
||||
run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
|
||||
- name: Run stubtest
|
||||
run: python tests/stubtest_stdlib.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user