mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Gitpod] Apparently Gitpod still uses Python 2.7
pip install -U platformio to make it Python version independent.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- before: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)" && brew install uncrustify && pip3 install -r ./requirements.txt
|
- before: pip install -U platformio && brew install uncrustify && pip3 install -r ./requirements.txt
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user