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 0e263c1 commit 8390d92Copy full SHA for 8390d92
.github/workflows/examples.yml
@@ -57,8 +57,8 @@ jobs:
57
python-version: "3.13"
58
- name: Install dependencies
59
run: |
60
- pip install wheel
61
- pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
+ pip install uv
+ uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
62
pio pkg install --global --platform file://.
63
- name: git clone Tasmota and add to examples
64
if: "matrix.example == 'examples/tasmota'"
0 commit comments