Skip to content

Commit 5e6477a

Browse files
committed
MNT: use pip to install package in conda recipe
1 parent 5ac25c5 commit 5e6477a

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
@@ -23,7 +23,7 @@ package:
2323
version: "{{ version }}"
2424

2525
build:
26-
script: python setup.py install --single-version-externally-managed --record=record.txt
26+
script: python -m pip install --no-deps --ignore-installed .
2727
noarch: python
2828
entry_points:
2929
- apstools_plan_catalog = apstools.examples:main

0 commit comments

Comments
 (0)