pip fix
Some checks failed
Test compiling project / test (push) Failing after 1m5s

This commit is contained in:
2023-10-02 15:37:46 +02:00
parent b2240984e5
commit 12e919418e

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs python3 python-pip -y
run: apt update && apt install nodejs python3 python3-pip -y
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code