Skip to content

Commit f1bdbb6

Browse files
committed
More testing with uv
1 parent 53f0f14 commit f1bdbb6

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)