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 94cfdf3 commit 1b5134fCopy full SHA for 1b5134f
.github/workflows/examples.yml
@@ -58,9 +58,13 @@ jobs:
58
uses: actions/setup-python@v5
59
with:
60
python-version: "3.13"
61
+ - name: Install uv
62
+ uses: astral-sh/setup-uv@v6
63
+ with:
64
+ version: "latest"
65
+ enable-cache: false
66
- name: Install dependencies
67
run: |
- pip install uv
68
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
69
pio pkg install --global --platform file://.
70
- name: git clone Tasmota and add to examples
0 commit comments