File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,10 @@ jobs:
2020 uses : actions/setup-python@v5
2121 with :
2222 python-version : " 3.x"
23- cache : pip
24- cache-dependency-path : tox.ini
2523
26- - name : Install dependencies
27- run : |
28- python -m pip install -U pip
29- python -m pip install -U tox
24+ - name : Install uv
25+ uses : astral-sh/setup-uv@v5
3026
3127 - name : Docs
32- run : tox -e docs
28+ run : |
29+ uvx --with tox-uv tox -e docs
Original file line number Diff line number Diff line change 3232 with :
3333 python-version : " 3.x"
3434 - name : Install uv
35- uses : hynek /setup-cached- uv@v2
35+ uses : astral-sh /setup-uv@v5
3636 - name : Mypy
3737 run : uvx --with tox-uv tox -e mypy
Original file line number Diff line number Diff line change 3838 brew install gettext
3939
4040 - name : Install uv
41- uses : hynek /setup-cached- uv@v2
41+ uses : astral-sh /setup-uv@v5
4242
4343 - name : Generate translation binaries
4444 run : |
You can’t perform that action at this time.
0 commit comments