Skip to content

Commit c29a6f7

Browse files
committed
fix
1 parent 0002337 commit c29a6f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ outputs:
6363
build:
6464
noarch: python
6565
script: |
66-
cd cli
67-
python -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
66+
python -m pip install ./cli --no-deps --ignore-installed --prefix=$PREFIX
6867
6968
requirements:
7069
build:

0 commit comments

Comments
 (0)