Next try to upgrade `pip`

This commit is contained in:
Jason2866 2024-02-01 15:08:31 +01:00 committed by GitHub
parent a757447e6d
commit 9c45a51f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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