From f26c28354148968cbd02ace2e8db6b25e3925dec Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sun, 24 Nov 2024 20:41:32 +0800 Subject: [PATCH] ci: enable demo result checking --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 98fa0ba7..3ecb5f67 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -128,7 +128,6 @@ jobs: bash _lldb/runtest.sh -v - name: Test demos - continue-on-error: true run: | # TODO(lijie): force python3-embed to be linked with python-3.12-embed # Currently, python3-embed is python-3.13-embed, doesn't work with pytorch