pipx
This commit is contained in:
@@ -69,10 +69,10 @@ jobs:
|
|||||||
- name: Upgrade python tools
|
- name: Upgrade python tools
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip3 install -U --no-build-isolation --no-cache-dir "setuptools<72"
|
pipx install -U --no-cache-dir "setuptools<72"
|
||||||
pip3 install -U platformio adafruit-nrfutil --no-build-isolation
|
pipx install -U platformio adafruit-nrfutil
|
||||||
pip3 install -U poetry --no-build-isolation
|
pipx install -U poetry
|
||||||
pip3 install -U meshtastic --pre --no-build-isolation
|
pipx install -U meshtastic --pre
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user