diff --git a/conda/meta.yaml b/conda/meta.yaml index 5fec4f6..86aa42a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -11,7 +11,7 @@ package: build: noarch: python number: 0 - script: "{{ python }} -m pip install . -vv" + script: "python3 -m pip install . -vv" entry_points: {% for name, script in project.get('scripts', {}).items() %} - {{ name }} = {{ script }}