mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
# - uses: actions/setup-python@v5
|
||||
# with:
|
||||
# python-version: '3.10'
|
||||
|
||||
- name: Upgrade python tools
|
||||
shell: bash
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U --no-build-isolation --no-cache-dir "setuptools<72"
|
||||
pip install -U platformio adafruit-nrfutil --no-build-isolation
|
||||
pip install -U poetry --no-build-isolation
|
||||
pip install -U meshtastic --pre --no-build-isolation
|
||||
pip3 install -U --no-build-isolation --no-cache-dir "setuptools<72"
|
||||
pip3 install -U platformio adafruit-nrfutil --no-build-isolation
|
||||
pip3 install -U poetry --no-build-isolation
|
||||
pip3 install -U meshtastic --pre --no-build-isolation
|
||||
|
||||
- name: Upgrade platformio
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user