Skip to content

Commit 4fa17c9

Browse files
authored
[CI] Fix the failed CI build extension (#2595)
1 parent a879b23 commit 4fa17c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
python-version: ${{ matrix.python }}
6767
- name: Install uv
6868
uses: astral-sh/setup-uv@v7
69+
with:
70+
version: '0.9.22'
6971
- name: Install dependencies (dev)
7072
run: |
7173
uv sync

0 commit comments

Comments
 (0)