This commit is contained in:
Ben Meadors 2024-07-29 06:38:34 -05:00
parent c501cc501d
commit 2ffc93324d

View File

@ -32,8 +32,8 @@ runs:
- name: Upgrade python tools - name: Upgrade python tools
shell: bash shell: bash
run: | run: |
pip install --no-build-isolation --no-cache-dir "setuptools<72"
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install --no-build-isolation --no-cache-dir "setuptools<72"
pip install -U platformio adafruit-nrfutil pip install -U platformio adafruit-nrfutil
pip install -U meshtastic --pre pip install -U meshtastic --pre