File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11dist : bionic
22env :
33 global :
4+ # Set Python 3.7.1 as the default python
45 PATH=/opt/python/3.7.1/bin:$PATH
6+ language : bash
57
68addons :
79 apt :
@@ -29,15 +31,13 @@ install:
2931 # Make xtensa-esp32-elf available for all terminal sessions
3032 - export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
3133 # Get ESP-IDF from github
32- - git clone --recursive --branch v3.3 https://github.com/espressif/esp-idf.git
34+ - git clone --recursive --branch v3.3 --single-branch https://github.com/espressif/esp-idf.git
3335 # Set the path to ESP-IDF directory
3436 - export IDF_PATH=~/esp/esp-idf
3537 # Install python dependencies
3638 - pip install --user --requirement $IDF_PATH/requirements.txt
3739
3840script :
39- - which python
40- - python --version
4141 # Go back to the git repository
4242 - cd $PROJECT_PATH
4343 # Update configuration so that kconfig doesn't start interactive mode
You can’t perform that action at this time.
0 commit comments