fix: use --no-build-isolation for human-eval install (#18455)

This commit is contained in:
Hudson Xing
2026-02-08 21:48:03 -08:00
committed by GitHub
parent a1189068fa
commit b564dcec61

View File

@@ -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