Skip to content

Commit cf180ea

Browse files
authored
Add uv installation step and update pip command
1 parent de20582 commit cf180ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/projects.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ jobs:
2828
with:
2929
python-version: 3.13
3030

31+
- name: Install uv
32+
uses: astral-sh/setup-uv@v6
33+
with:
34+
version: "latest"
35+
enable-cache: false
36+
3137
- name: Install PlatformIO
32-
run: pip install -U .
38+
run: uv pip install --system -U .
3339

3440
- name: Check out ${{ matrix.project.repository }}
3541
uses: actions/checkout@v4

0 commit comments

Comments
 (0)