I bet it doesn't fucking alias python -> python3
Some checks failed
Compile / Compile (push) Failing after 2m7s

This commit is contained in:
Lewis Jackson 2023-05-30 21:37:45 +03:00
parent 6ffaf521ff
commit 7264f696e6

View file

@ -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 -