mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
mypy_test.py: Always add dependencies of stubs to the files to test (#8800)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install -r requirements-tests.txt
|
||||
- run: ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
|
||||
- run: python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
|
||||
|
||||
regression-tests:
|
||||
name: Run mypy on the test cases
|
||||
|
||||
Reference in New Issue
Block a user