Skip to content

Commit

Permalink
revert: Let conda-build set pip install options
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
matthewfeickert and henryiii authored Nov 16, 2024
1 parent cff9678 commit c515055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
Expand Down

0 comments on commit c515055

Please sign in to comment.