We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2968d44 + 0ce0c2d commit 67cc1ecCopy full SHA for 67cc1ec
3 files changed
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: "3.x"
23
24
- name: Install uv
25
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
26
27
- name: Docs
28
run: |
.github/workflows/lint.yml
@@ -32,6 +32,6 @@ jobs:
32
with:
33
34
35
36
- name: Mypy
37
run: uvx --with tox-uv tox -e mypy
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
brew install gettext
39
40
41
42
43
- name: Generate translation binaries
44
0 commit comments