Skip to content

Commit 31b27a2

Browse files
committed
fix release CI check
1 parent 68916e6 commit 31b27a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
python-version: "3"
1717
cache: pip
1818
cache-dependency-path: setup.cfg
19+
- name: Install uv
20+
uses: astral-sh/setup-uv@v6
21+
with:
22+
enable-cache: true
1923
- name: Setup Just
2024
uses: extractions/setup-just@v3
2125
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext

0 commit comments

Comments
 (0)