From 6e6ac6db9092ab0183ce384f52db2cd6fa9bbd08 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 5 Oct 2023 15:46:17 -0700 Subject: [PATCH] wasi-nn: reenable CI task The task was disabled due to a failing checksum. Since then, the `install-openvino-action` has improved and now _almost_ has cross-platform support. This change just restores the status quo in expectation that #6895 will significantly improve the testing story. prtest:full --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1ab4c206332..adbad6b80985 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -483,8 +483,7 @@ jobs: # Build and test the wasi-nn module. test_wasi_nn: needs: determine - # FIXME(#7125) flaky at the moment - if: needs.determine.outputs.run-full && false + if: needs.determine.outputs.run-full name: Test wasi-nn module runs-on: ubuntu-latest steps: @@ -493,7 +492,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust - run: rustup target add wasm32-wasi - - uses: abrown/install-openvino-action@v6 + - uses: abrown/install-openvino-action@v7 with: version: 2022.3.0 apt: true