Skip to content

Commit 8390d92

Browse files
authored
use uv
1 parent 0e263c1 commit 8390d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
python-version: "3.13"
5858
- name: Install dependencies
5959
run: |
60-
pip install wheel
61-
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
60+
pip install uv
61+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
6262
pio pkg install --global --platform file://.
6363
- name: git clone Tasmota and add to examples
6464
if: "matrix.example == 'examples/tasmota'"

0 commit comments

Comments
 (0)