Skip to content

Commit

Permalink
update meta.yaml to user pip instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent 87f7de5 commit 1ccd1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ build:
noarch: python
preserve_egg_dir: True
number: 2
script: {{PYTHON}} setup.py install #--single-version-externally-managed --record=record.txt
#script: {{ PYTHON }} -m pip install .
#script: {{PYTHON}} setup.py install #--single-version-externally-managed --record=record.txt
script: {{ PYTHON }} -m pip install .

requirements:
build:
Expand Down

0 comments on commit 1ccd1d8

Please sign in to comment.