mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Next try to silence pip warning
This commit is contained in:
@@ -59,11 +59,11 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
#platformio upgrade --dev
|
||||
#platformio update
|
||||
|
||||
Reference in New Issue
Block a user