File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ jobs:
117117 # Keep in sync with stub_uploader's check_scripts.yml workflow.
118118 python-version : " 3.13"
119119 - uses : astral-sh/setup-uv@v6
120+ with :
121+ version-file : " typeshed/requirements-tests.txt"
120122 - name : Run tests
121123 run : |
122124 cd stub_uploader
Original file line number Diff line number Diff line change 4444 # Max supported Python version as of pytype 2024.10.11
4545 python-version : " 3.12"
4646 - uses : astral-sh/setup-uv@v6
47+ with :
48+ version-file : " requirements-tests.txt"
4749 - run : uv pip install -r requirements-tests.txt --system
4850 - name : Install external dependencies for 3rd-party stubs
4951 run : |
@@ -120,6 +122,8 @@ jobs:
120122 with :
121123 python-version : " 3.13"
122124 - uses : astral-sh/setup-uv@v6
125+ with :
126+ version-file : " requirements-tests.txt"
123127 - name : Install typeshed test-suite requirements
124128 # Install these so we can run `get_external_stub_requirements.py`
125129 run : uv pip install -r requirements-tests.txt --system
@@ -186,6 +190,8 @@ jobs:
186190 # Keep in sync with stub_uploader's check_scripts.yml workflow.
187191 python-version : " 3.13"
188192 - uses : astral-sh/setup-uv@v6
193+ with :
194+ version-file : " typeshed/requirements-tests.txt"
189195 - name : Run tests
190196 run : |
191197 cd stub_uploader
You can’t perform that action at this time.
0 commit comments