I bet it doesn't fucking alias python -> python3
Some checks failed
Compile / Compile (push) Failing after 2m7s
Some checks failed
Compile / Compile (push) Failing after 2m7s
This commit is contained in:
parent
6ffaf521ff
commit
7264f696e6
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install curl git python3 python3-pip
|
apt -y install curl git python3 python3-pip
|
||||||
python -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install --upgrade platformio pio upgrade --dev
|
pip3 install --upgrade platformio pio upgrade --dev
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
|
Loading…
Reference in a new issue