We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7506e4 commit 4438158Copy full SHA for 4438158
demos/mcpi/conda-recipe/meta.yaml
@@ -3,13 +3,13 @@ package:
3
version: {{ GIT_DESCRIBE_TAG }}
4
5
source:
6
- path: ..
+ path: ../../..
7
8
build:
9
entry_points:
10
- mcpi = mcpi_demo.pi:main
11
number: {{ GIT_DESCRIBE_NUMBER }}
12
- script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
+ script: {{ PYTHON }} -m pip install ./demos/mcpi --no-deps --ignore-installed --no-cache-dir -vvv
13
14
requirements:
15
host:
0 commit comments