Skip to content

Commit

Permalink
Update build_esp32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocleiri authored Jan 26, 2025
1 parent fe56814 commit 8572f46
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,10 @@ jobs:
# if: steps.cache-esp-idf.outputs.cache-hit != 'true'
run: |
source /__w/tensorflow-micropython-examples/tensorflow-micropython-examples/micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1
# - name: Cache tflm
# id: cache-tflm
# uses: actions/cache@v2
# env:
# cache-name: cache-tflm
# with:
# path: ./micropython-modules/microlite/tflm
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.tflm-commit }}
- name: Setup Build for Tensorflow
# if: steps.cache-tflm.outputs.cache-hit != 'true'
run: |
# cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
# source ./esp-idf/export.sh

pip3 install Pillow
pip3 install Wave
Expand Down

0 comments on commit 8572f46

Please sign in to comment.