Update `pip`

This commit is contained in:
Jason2866 2024-02-01 11:50:56 +01:00 committed by GitHub
parent 6c16a5122a
commit 2a293d6cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
path: ./build_output
os-check-mac:
runs-on: macOS-14
runs-on: macos-14
if: github.repository == 'arendst/Tasmota'
strategy:
fail-fast: true
@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
#python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -U platformio
#platformio upgrade --dev
#platformio update