mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 01:45:59 +08:00
Further improve non-types dependency handling in pytype_test.py (#10393)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user