We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cb004 commit ca744d2Copy full SHA for ca744d2
.github/workflows/build_boards.yml
@@ -39,6 +39,15 @@ jobs:
39
- name: Checkout repository
40
uses: actions/checkout@v2
41
42
+ - name: Setup Python
43
+ uses: actions/setup-python@v5
44
+ with:
45
+ python-version: 3.10.16
46
+
47
+ - name: Setup IDF
48
+ run: |
49
+ source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup
50
51
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
52
run: |
53
git submodule init
@@ -50,15 +59,6 @@ jobs:
59
make BOARD= submodules
60
cd ../../../
61
- - name: Setup Python
54
- uses: actions/setup-python@v5
55
- with:
56
- python-version: 3.10.16
57
-
58
- - name: Setup IDF
- run: |
- source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup
62
- name: Setup Build for Tensorflow
63
64
source ./esp-idf/export.sh
0 commit comments