Next try to silence `pip` warning

This commit is contained in:
Jason2866 2024-02-02 12:59:38 +01:00 committed by GitHub
parent c24c0a53c0
commit f9ffb34e2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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