pull/4859/head
Ben Meadors 2024-09-24 13:27:13 -05:00 zatwierdzone przez GitHub
rodzic f8f9329529
commit 752192b09a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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