Skip to content

Commit 1b5134f

Browse files
authored
Install uv via GH Action (faster)
1 parent 94cfdf3 commit 1b5134f

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
@@ -58,9 +58,13 @@ jobs:
5858
uses: actions/setup-python@v5
5959
with:
6060
python-version: "3.13"
61+
- name: Install uv
62+
uses: astral-sh/setup-uv@v6
63+
with:
64+
version: "latest"
65+
enable-cache: false
6166
- name: Install dependencies
6267
run: |
63-
pip install uv
6468
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
6569
pio pkg install --global --platform file://.
6670
- name: git clone Tasmota and add to examples

0 commit comments

Comments
 (0)