mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 13:51:30 +08:00
Restore stubtest 0.930 (#6663)
This commit is contained in:
5
.github/workflows/stubtest.yml
vendored
5
.github/workflows/stubtest.yml
vendored
@@ -34,10 +34,7 @@ jobs:
|
||||
- name: Update pip
|
||||
run: python -m pip install -U pip
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
# Temporarily pin stubtest version
|
||||
pip install mypy==0.921
|
||||
pip install $(grep tomli== requirements-tests.txt) # $(grep mypy== requirements-tests.txt)
|
||||
run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
|
||||
- name: Run stubtest
|
||||
run: python tests/stubtest_stdlib.py
|
||||
|
||||
|
||||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -110,10 +110,7 @@ jobs:
|
||||
- name: Update pip
|
||||
run: python -m pip install -U pip
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
# Temporarily pin stubtest version
|
||||
pip install mypy==0.921
|
||||
pip install $(grep tomli== requirements-tests.txt) # $(grep mypy== requirements-tests.txt)
|
||||
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