mirror of https://github.com/arendst/Tasmota.git
Next try to silence `pip` warning
This commit is contained in:
parent
c24c0a53c0
commit
f9ffb34e2f
|
@ -59,11 +59,11 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.12'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
python -m pip install --upgrade pip --disable-pip-version-check --no-warn-script-location --root-user-action=ignore
|
#python -m pip install --upgrade pip
|
||||||
pip install -U platformio
|
pip install -U platformio
|
||||||
#platformio upgrade --dev
|
#platformio upgrade --dev
|
||||||
#platformio update
|
#platformio update
|
||||||
|
|
Loading…
Reference in New Issue