Skip to content

Commit

Permalink
PIO script
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Sep 24, 2024
1 parent 9710ac7 commit 3c12621
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,16 @@ jobs:
- name: Upgrade python tools
shell: bash
run: |
pipx install platformio adafruit-nrfutil
pipx install adafruit-nrfutil
pipx install poetry
pipx install meshtastic --pip-args=--pre
- name: Install PlatformIO from script
shell: bash
run: |
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
- name: Upgrade platformio
shell: bash
run: |
Expand Down

0 comments on commit 3c12621

Please sign in to comment.