Skip to content

Commit efac9a4

Browse files
committed
fix
1 parent 30efc9c commit efac9a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conda-recipe/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ outputs:
5252
# Output #2: Noarch Python wrapper (aligncount_demo)
5353
# ---------------------------------------------------------
5454
- name: aligncount
55-
noarch: python
55+
build:
56+
noarch: python
57+
script: |
58+
cd cli
59+
python -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
5660
5761
requirements:
5862
build:
@@ -67,10 +71,6 @@ outputs:
6771
- python >=3.9,<3.14
6872
- {{ pin_subpackage("aligncount_cpp", exact=True) }}
6973

70-
script: |
71-
cd cli
72-
$PYTHON -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
73-
7474

7575
about:
7676
home: {{ REPO_HOME }}

0 commit comments

Comments
 (0)