mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 22:52:07 +00:00
pip3
This commit is contained in:
parent
c3e53d916d
commit
f8f9329529
15
.github/workflows/tests.yml
vendored
15
.github/workflows/tests.yml
vendored
@ -62,18 +62,17 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
# - uses: actions/setup-python@v5
|
||||||
with:
|
# with:
|
||||||
python-version: '3.10'
|
# python-version: '3.10'
|
||||||
|
|
||||||
- name: Upgrade python tools
|
- name: Upgrade python tools
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
pip3 install -U --no-build-isolation --no-cache-dir "setuptools<72"
|
||||||
pip install -U --no-build-isolation --no-cache-dir "setuptools<72"
|
pip3 install -U platformio adafruit-nrfutil --no-build-isolation
|
||||||
pip install -U platformio adafruit-nrfutil --no-build-isolation
|
pip3 install -U poetry --no-build-isolation
|
||||||
pip install -U poetry --no-build-isolation
|
pip3 install -U meshtastic --pre --no-build-isolation
|
||||||
pip install -U meshtastic --pre --no-build-isolation
|
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user