Skip to content

Commit bf89b3f

Browse files
committed
Git modules, micropython
1 parent 13cde7b commit bf89b3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_boards.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
make BOARD= submodules
5151
cd ../../../
5252
53+
- name: Setup Python
54+
uses: actions/setup-python@v5
55+
with:
56+
python-version: 3.10.16
57+
5358
- name: Setup IDF
5459
run: |
5560
source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup

0 commit comments

Comments
 (0)