This commit is contained in:
Ben Meadors 2024-09-24 13:27:13 -05:00 committed by GitHub
parent f8f9329529
commit 752192b09a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,10 +69,10 @@ jobs:
- name: Upgrade python tools
shell: bash
run: |
pip3 install -U --no-build-isolation --no-cache-dir "setuptools<72"
pip3 install -U platformio adafruit-nrfutil --no-build-isolation
pip3 install -U poetry --no-build-isolation
pip3 install -U meshtastic --pre --no-build-isolation
pipx install -U --no-cache-dir "setuptools<72"
pipx install -U platformio adafruit-nrfutil
pipx install -U poetry
pipx install -U meshtastic --pre
- name: Upgrade platformio
shell: bash