From 8572f4637deab168bab57424b749ab18b7dae2ea Mon Sep 17 00:00:00 2001 From: Michael O'Cleirigh Date: Sun, 26 Jan 2025 16:55:23 -0500 Subject: [PATCH] Update build_esp32.yml --- .github/workflows/build_esp32.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build_esp32.yml b/.github/workflows/build_esp32.yml index 3906945..cdcf3cb 100644 --- a/.github/workflows/build_esp32.yml +++ b/.github/workflows/build_esp32.yml @@ -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