From 9b6bee2d40a0d83b6e952f6db01ca0d6ee0e50ae Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:53:09 -0700 Subject: [PATCH] Fix human-eval CI install on 5090 runners (#21714) Co-authored-by: Alison Shao --- .github/workflows/pr-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 8fdb63519..012c8be98 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -687,6 +687,7 @@ jobs: run: | source /etc/profile.d/sglang-ci.sh CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh + pip install "setuptools==70.0.0" git clone https://github.com/merrymercy/human-eval.git cd human-eval pip install -e . --no-build-isolation @@ -801,6 +802,7 @@ jobs: timeout-minutes: 20 run: | CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh + pip install "setuptools==70.0.0" git clone https://github.com/merrymercy/human-eval.git cd human-eval pip install -e . --no-build-isolation