We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b405a5 commit 03e20bcCopy full SHA for 03e20bc
.github/workflows/example.yml
@@ -21,10 +21,14 @@ jobs:
21
uses: actions/setup-python@v5
22
with:
23
python-version: "3.13"
24
- - name: Install dependencies
+ - name: Install uv
25
+ uses: astral-sh/setup-uv@v6
26
+ with:
27
+ version: "latest"
28
+ enable-cache: false
29
+ - name: Install pio
30
run: |
- pip install wheel
- pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
31
+ uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
32
- name: Build example
33
34
pio run
0 commit comments