Skip to content

Commit

Permalink
ci(bazel): remove redundant CI job bazel_tests_tflite_tools (#2845)
Browse files Browse the repository at this point in the history
Remove the redundant CI job bazel_tests_tflite_tools. It is
a subset of the CI job bazel_tests.

BUG=see description
  • Loading branch information
rkuester authored Nov 20, 2024
1 parent cac6c98 commit 0949a89
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,6 @@ jobs:
run: |
tensorflow/lite/micro/tools/ci_build/test_bazel.sh
bazel_tests_tflite_tools:
runs-on: ubuntu-latest

name: Bazel TFLite Tools (presubmit)
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/checkout@v3
with:
ref: ${{ inputs.trigger-sha }}
- name: Install dependencies
run: |
sudo ci/install_bazelisk.sh
pip3 install Pillow
pip3 install numpy
- name: Test
run: |
tensorflow/lite/micro/tools/ci_build/test_bazel_tflite_tools.sh
bazel_msan:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 0949a89

Please sign in to comment.