mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-17 10:43:24 +00:00
Pip pip cheerios plz
This commit is contained in:
parent
8c0ff89972
commit
c501cc501d
2
.github/actions/setup-base/action.yml
vendored
2
.github/actions/setup-base/action.yml
vendored
@ -32,8 +32,8 @@ runs:
|
||||
- name: Upgrade python tools
|
||||
shell: bash
|
||||
run: |
|
||||
pip install --no-build-isolation --no-cache-dir "setuptools<72"
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U setuptools<72.0.0
|
||||
pip install -U platformio adafruit-nrfutil
|
||||
pip install -U meshtastic --pre
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user