mypy_test.py: Always add dependencies of stubs to the files to test (#8800)

This commit is contained in:
Alex Waygood
2022-10-04 08:05:13 -07:00
committed by GitHub
parent e5d52a39d4
commit 5da171ba45
4 changed files with 30 additions and 18 deletions

View File

@@ -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