Skip to content

Commit

Permalink
Fixes the linux wheel install prefix (#2707)
Browse files Browse the repository at this point in the history
## Related issue number

See also:
- #2676
-
https://github.com/alibaba/GraphScope/actions/runs/4918614416/jobs/8785174492

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed May 17, 2023
1 parent f476c57 commit e447cd5
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
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
Expand Down

0 comments on commit e447cd5

Please sign in to comment.