Skip to content

Commit

Permalink
wasi-nn: reenable CI task (#7164)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
abrown authored Oct 6, 2023
1 parent fd3a827 commit 2c53c42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2c53c42

Please sign in to comment.