Skip to content

Commit 8edecab

Browse files
committed
fix
1 parent 0b0d804 commit 8edecab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ outputs:
6363
build:
6464
noarch: python
6565
script: |
66-
python -m pip install "$SRC_DIR/cli" --no-deps --ignore-installed --prefix=$PREFIX
66+
cd cli
67+
python -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
6768
6869
requirements:
6970
build:

0 commit comments

Comments
 (0)