From d98433c2d171c0f3ef743d174371b0c607bc2d7f Mon Sep 17 00:00:00 2001 From: Azure-Tang Date: Tue, 1 Apr 2025 12:56:19 +0000 Subject: [PATCH] update git action env, add USE_BALANCE_SERVE=1 --- .github/workflows/package_wheel_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_wheel_release.yml b/.github/workflows/package_wheel_release.yml index d781ef1..d471563 100644 --- a/.github/workflows/package_wheel_release.yml +++ b/.github/workflows/package_wheel_release.yml @@ -164,7 +164,7 @@ jobs: - name: build for cuda if: matrix.cuda != '' env: - BALANCE_SERVE: "1" + USE_BALANCE_SERVE: "1" run: | git submodule init git submodule update