mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-10 15:37:17 +00:00
Latest pip version of setuptools is broken. Install specific version
This commit is contained in:
parent
811a9ae261
commit
cf22b7ff04
1
.github/actions/setup-base/action.yml
vendored
1
.github/actions/setup-base/action.yml
vendored
@ -33,6 +33,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
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