From 2c53c42205a391f61e6ee6e186328556bc92ae8f Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 6 Oct 2023 07:25:41 -0700 Subject: [PATCH] wasi-nn: reenable CI task (#7164) 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