This commit is contained in:
Ben Meadors
2024-09-24 13:30:26 -05:00
committed by GitHub
parent 752192b09a
commit 4d269501dd

View File

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