From e447cd5cda416c5c7384b153360f9e2952dc0daf Mon Sep 17 00:00:00 2001 From: Tao He Date: Wed, 17 May 2023 09:51:09 +0800 Subject: [PATCH] Fixes the linux wheel install prefix (#2707) ## Related issue number See also: - https://github.com/alibaba/GraphScope/pull/2676 - https://github.com/alibaba/GraphScope/actions/runs/4918614416/jobs/8785174492 Signed-off-by: Tao He --- .github/workflows/build-graphscope-wheels-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-graphscope-wheels-linux.yml b/.github/workflows/build-graphscope-wheels-linux.yml index 0535ad1f3fc4..1ec2cbfde4c6 100644 --- a/.github/workflows/build-graphscope-wheels-linux.yml +++ b/.github/workflows/build-graphscope-wheels-linux.yml @@ -53,7 +53,7 @@ jobs: cd ${GITHUB_WORKSPACE}/k8s/internal # build graphscope wheels - sudo -E -u runner make graphscope-py3-package GRAPHSCOPE_HOME=/opt/graphscope + sudo -E -u runner make graphscope-py3-package GRAPHSCOPE_HOME=/opt/graphscope INSTALL_PREFIX=$HOME/graphscope-install # build client wheels sudo -E -u runner make graphscope-client-py3-package GRAPHSCOPE_HOME=/opt/graphscope