diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b10ddd6fa..99add8ff4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,9 +99,8 @@ jobs: uses: actions/checkout@v4 - uses: ./.github/actions/build_cmake continue-on-error: true # non-blocking mode for now - # TODO(T197096427): uncomment this once SVE PR is merged - # with: - # opt_level: sve + with: + opt_level: sve linux-x86_64-conda: name: Linux x86_64 (conda) needs: linux-x86_64-cmake