Bump various test dependencies; pin Python to <3.10 in CI to workaround pytype incompatibility (#9068)

This commit is contained in:
Alex Waygood
2022-11-02 18:44:48 +00:00
committed by GitHub
parent d317458af6
commit 401a7b929e
2 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: "3.10"
- run: pip install -r requirements-tests.txt
- run: ./tests/check_consistent.py
@@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: "3.10"
- run: ./tests/check_new_syntax.py
flake8:
@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: "3.10"
- run: pip install -r requirements-tests.txt
- run: flake8
@@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: "3.10"
- run: pip install -r requirements-tests.txt
- run: python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}