We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525e780 commit 0790fd7Copy full SHA for 0790fd7
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: '3.12'
21
+ - name: Install uv
22
+ uses: astral-sh/setup-uv@v5
23
- name: Install Dependencies
24
run: npm ci
25
- name: Build
0 commit comments