Further improve non-types dependency handling in pytype_test.py (#10393)

This commit is contained in:
Alex Waygood
2023-07-01 00:24:38 +01:00
committed by GitHub
parent 7fdd05003a
commit 39fd112f3e
4 changed files with 24 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
cache: pip
cache-dependency-path: requirements-tests.txt
- run: pip install -r requirements-tests.txt
@@ -66,5 +66,5 @@ jobs:
with:
version: ${{ steps.pyright_version.outputs.value }}
python-platform: ${{ matrix.python-platform }}
python-version: "3.10"
python-version: "3.9"
project: ./pyrightconfig.scripts_and_tests.json