mirror of https://github.com/arendst/Tasmota.git
Next try to upgrade `pip`
This commit is contained in:
parent
a757447e6d
commit
9c45a51f67
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install wheel
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade pip --disable-pip-version-check --no-warn-script-location --root-user-action=ignore
|
||||
pip install -U platformio
|
||||
#platformio upgrade --dev
|
||||
#platformio update
|
||||
|
|
Loading…
Reference in New Issue