File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5656 - name : Setup IDF
5757 # if: steps.cache-esp-idf.outputs.cache-hit != 'true'
5858 run : |
59+ pwd
60+ cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
5961 source ./micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1
6062 - name : Cache tflm
6163 id : cache-tflm
6870 - name : Setup Build for Tensorflow
6971# if: steps.cache-tflm.outputs.cache-hit != 'true'
7072 run : |
71-
72- source ./esp-idf/export.sh
73+ cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
74+ # source ./esp-idf/export.sh
7375
7476 pip3 install Pillow
7577 pip3 install Wave
8385
8486 - name : Build micropython cross compiler
8587 run : |
86- source ./esp-idf/export.sh
88+ # source ./esp-idf/export.sh
89+ cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
8790 cd ./micropython
8891 echo "make -C mpy-cross V=1 clean all"
8992 make -C mpy-cross V=1 clean all
You can’t perform that action at this time.
0 commit comments