We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac25c5 commit 5e6477aCopy full SHA for 5e6477a
conda-recipe/meta.yaml
@@ -23,7 +23,7 @@ package:
23
version: "{{ version }}"
24
25
build:
26
- script: python setup.py install --single-version-externally-managed --record=record.txt
+ script: python -m pip install --no-deps --ignore-installed .
27
noarch: python
28
entry_points:
29
- apstools_plan_catalog = apstools.examples:main
0 commit comments