File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666 with :
6767 persist-credentials : false
68- - uses : actions /setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
68+ - uses : astral-sh /setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
6969 with :
7070 python-version : " 3.13"
71- cache : pip
72- cache-dependency-path : Tools/requirements-dev.txt
73- - run : pip install -r Tools/requirements-dev.txt
71+ activate-environment : true
72+ cache-dependency-glob : Tools/requirements-dev.txt
73+ - run : uv pip install -r Tools/requirements-dev.txt
7474 - run : python3 Misc/mypy/make_symlinks.py --symlink
75- - run : mypy --config-file ${{ matrix.target }}/mypy.ini
75+ - run : mypy --num-workers 4 -- config-file ${{ matrix.target }}/mypy.ini
You can’t perform that action at this time.
0 commit comments