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