Skip to content

Commit

Permalink
correct directory for pip installation of ray
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 22, 2023
1 parent cb05ce9 commit 1ef019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/ray/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ef019b

Please sign in to comment.