From 1ef019b06d50d1cf2af8b7156df0521d527b5245 Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Sun, 22 Oct 2023 12:41:32 +0100 Subject: [PATCH] correct directory for pip installation of ray --- conda/ray/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/ray/meta.yaml b/conda/ray/meta.yaml index 832ef7f..d37dc0e 100644 --- a/conda/ray/meta.yaml +++ b/conda/ray/meta.yaml @@ -13,7 +13,7 @@ build: number: 0 skip: true # [py<37 or not x86_64] include_recipe: False - script: {{ PYTHON }} -m pip install . -vv + script: cd python; {{ PYTHON }} -m pip install . -vv requirements: build: