Skip to content

Commit 0b0d804

Browse files
committed
fix
1 parent c29a6f7 commit 0b0d804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ outputs:
6363
build:
6464
noarch: python
6565
script: |
66-
python -m pip install ./cli --no-deps --ignore-installed --prefix=$PREFIX
66+
python -m pip install "$SRC_DIR/cli" --no-deps --ignore-installed --prefix=$PREFIX
6767
6868
requirements:
6969
build:

0 commit comments

Comments
 (0)