Skip to content

Commit 500757b

Browse files
authored
Update examples.yml
1 parent b573af4 commit 500757b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/examples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ jobs:
5555
uses: actions/setup-python@v5
5656
with:
5757
python-version: "3.13"
58+
- name: Install uv
59+
uses: astral-sh/setup-uv@v6
60+
with:
61+
version: "latest"
62+
enable-cache: false
5863
- name: Install dependencies
5964
run: |
60-
pip install uv
6165
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
6266
pio pkg install --global --platform file://.
6367
- name: git clone Tasmota and add to examples

0 commit comments

Comments
 (0)