Skip to content

Commit

Permalink
Fixes the installation prefix for nightly linux CI (#2727)
Browse files Browse the repository at this point in the history
Rework e447cd5.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed May 23, 2023
1 parent 662014f commit 06f8769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-graphscope-wheels-linux.yml
Expand Up @@ -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 INSTALL_PREFIX=$HOME/graphscope-install
sudo -E -u runner make graphscope-py3-package GRAPHSCOPE_HOME=/opt/graphscope INSTALL_PREFIX=/home/graphscope/graphscope-install
# build client wheels
sudo -E -u runner make graphscope-client-py3-package GRAPHSCOPE_HOME=/opt/graphscope
Expand Down

0 comments on commit 06f8769

Please sign in to comment.