Skip to content

Commit

Permalink
updated script to use pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Nov 1, 2022
1 parent 147b4b1 commit a0b93ff
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 @@ -9,7 +9,7 @@ source:

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
script: python -m pip install --no-deps --ignore-installed .

requirements:
build:
Expand Down

0 comments on commit a0b93ff

Please sign in to comment.