We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29a6f7 commit 0b0d804Copy full SHA for 0b0d804
conda-recipe/meta.yaml
@@ -63,7 +63,7 @@ outputs:
63
build:
64
noarch: python
65
script: |
66
- python -m pip install ./cli --no-deps --ignore-installed --prefix=$PREFIX
+ python -m pip install "$SRC_DIR/cli" --no-deps --ignore-installed --prefix=$PREFIX
67
68
requirements:
69
0 commit comments