We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a879b23 commit 4fa17c9Copy full SHA for 4fa17c9
1 file changed
.github/workflows/python-extension.yml
@@ -66,6 +66,8 @@ jobs:
66
python-version: ${{ matrix.python }}
67
- name: Install uv
68
uses: astral-sh/setup-uv@v7
69
+ with:
70
+ version: '0.9.22'
71
- name: Install dependencies (dev)
72
run: |
73
uv sync
0 commit comments