Skip to content

Commit

Permalink
Replace python interpreter with plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent e4684b8 commit 5c1af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5c1af90

Please sign in to comment.