File tree Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/setup-python@v5
4040 with :
4141 python-version : " 3.13"
42- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
42+ - uses : astral-sh/setup-uv@v6
43+ with :
44+ version-file : " requirements-tests.txt"
4345 - run : uv pip install -r requirements-tests.txt --system
4446 - run : python ./tests/typecheck_typeshed.py --platform=${{ matrix.platform }}
4547 pyright :
5456 - uses : actions/setup-python@v5
5557 with :
5658 python-version : " 3.13"
57- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
59+ - uses : astral-sh/setup-uv@v6
60+ with :
61+ version-file : " requirements-tests.txt"
5862 - run : uv pip install -r requirements-tests.txt --system
5963 - name : Run pyright on typeshed
6064 uses : jakebailey/pyright-action@v2
7175 - uses : actions/setup-python@v5
7276 with :
7377 python-version : " 3.13"
74- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
78+ - uses : astral-sh/setup-uv@v6
79+ with :
80+ version-file : " requirements-tests.txt"
7581 - name : Git config
7682 run : |
7783 git config --global user.name stubsabot
Original file line number Diff line number Diff line change 2727 - uses : actions/setup-python@v5
2828 with :
2929 python-version : " 3.13"
30- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
30+ - uses : astral-sh/setup-uv@v6
31+ with :
32+ version-file : " requirements-tests.txt"
3133 - name : git config
3234 run : |
3335 git config --global user.name stubsabot
Original file line number Diff line number Diff line change 3030 - uses : actions/setup-python@v5
3131 with :
3232 python-version : " 3.13"
33- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
33+ - uses : astral-sh/setup-uv@v6
34+ with :
35+ version-file : " requirements-tests.txt"
3436 - run : uv pip install -r requirements-tests.txt --system
3537 - run : python ./tests/check_typeshed_structure.py
3638
4850 - uses : actions/setup-python@v5
4951 with :
5052 python-version : ${{ matrix.python-version }}
51- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
53+ - uses : astral-sh/setup-uv@v6
54+ with :
55+ version-file : " requirements-tests.txt"
5256 - run : uv pip install -r requirements-tests.txt --system
5357 - name : Install required APT packages
5458 run : |
8185 # Use py311 for now, as py312 seems to be around 30s slower in CI
8286 # TODO: figure out why that is (#11590)
8387 python-version : " 3.11"
84- - run : curl -LsSf https://astral.sh/uv/install.sh | sh
88+ - uses : astral-sh/setup-uv@v6
89+ with :
90+ version-file : " requirements-tests.txt"
8591 - run : uv pip install -r requirements-tests.txt --system
8692 - run : python ./tests/regr_test.py --all --verbosity QUIET
8793
You can’t perform that action at this time.
0 commit comments