Skip to content

Commit 8572f46

Browse files
authored
Update build_esp32.yml
1 parent fe56814 commit 8572f46

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build_esp32.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)