File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,10 @@ jobs:
5757 # if: steps.cache-esp-idf.outputs.cache-hit != 'true'
5858 run : |
5959 source /__w/tensorflow-micropython-examples/tensorflow-micropython-examples/micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1
60- # - name: Cache tflm
61- # id: cache-tflm
62- # uses: actions/cache@v2
63- # env:
64- # cache-name: cache-tflm
65- # with:
66- # path: ./micropython-modules/microlite/tflm
67- # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.tflm-commit }}
60+
6861 - name : Setup Build for Tensorflow
6962# if: steps.cache-tflm.outputs.cache-hit != 'true'
7063 run : |
71- # cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
72- # source ./esp-idf/export.sh
73-
7464 pip3 install Pillow
7565 pip3 install Wave
7666
You can’t perform that action at this time.
0 commit comments