Update examples.yml

This commit is contained in:
Jason2866
2025-08-16 12:40:45 +02:00
committed by GitHub
parent b573af44fb
commit 500757b86d
+5 -1
View File
@@ -55,9 +55,13 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.13" python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install uv
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
pio pkg install --global --platform file://. pio pkg install --global --platform file://.
- name: git clone Tasmota and add to examples - name: git clone Tasmota and add to examples