mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@@ -72,15 +72,6 @@ jobs:
|
||||
- run: pip install -U git+git://github.com/python/mypy
|
||||
- run: ./tests/mypy_test.py --platform=${{ matrix.platform }}
|
||||
|
||||
mypy-test-suite:
|
||||
name: Run the mypy test suite
|
||||
# Ubuntu 20.04 doesn't have the Python 2 venv module.
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: ./tests/mypy_test_suite.py
|
||||
|
||||
pyright:
|
||||
name: Run pyright against the stubs
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user