Skip to content

Commit 4438158

Browse files
author
samaid
committed
Update meta.yaml
1 parent e7506e4 commit 4438158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/mcpi/conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ package:
33
version: {{ GIT_DESCRIBE_TAG }}
44

55
source:
6-
path: ..
6+
path: ../../..
77

88
build:
99
entry_points:
1010
- mcpi = mcpi_demo.pi:main
1111
number: {{ GIT_DESCRIBE_NUMBER }}
12-
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
12+
script: {{ PYTHON }} -m pip install ./demos/mcpi --no-deps --ignore-installed --no-cache-dir -vvv
1313

1414
requirements:
1515
host:

0 commit comments

Comments
 (0)