From b564dcec61622d1fa3aa5fe0d5b8e5cbd9fff206 Mon Sep 17 00:00:00 2001 From: Hudson Xing <1277646412@qq.com> Date: Sun, 8 Feb 2026 21:48:03 -0800 Subject: [PATCH] fix: use --no-build-isolation for human-eval install (#18455) --- .github/workflows/pr-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index d6fca138c..4acdc8a5a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -937,7 +937,7 @@ jobs: CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh git clone https://github.com/merrymercy/human-eval.git cd human-eval - pip install -e . + pip install -e . --no-build-isolation - name: Run test timeout-minutes: 30 @@ -1041,7 +1041,7 @@ jobs: CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh git clone https://github.com/merrymercy/human-eval.git cd human-eval - pip install -e . + pip install -e . --no-build-isolation - name: Run test timeout-minutes: 30