diff --git a/conda/recipes/cugraph/build.sh b/conda/recipes/cugraph/build.sh index 5e18eca5415..7f4a7693240 100644 --- a/conda/recipes/cugraph/build.sh +++ b/conda/recipes/cugraph/build.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash +cd python python setup.py install \ No newline at end of file