Skip to content

Commit

Permalink
MNT: Remove 'pip install' options (#30)
Browse files Browse the repository at this point in the history
* Remove --no-deps --no-build-isolation 'pip install' options in recipes as
  the build tool (e.g. conda-build, rattler-build) will enforce all required
  'pip install' options itself at build time.
* Bump build number.
  • Loading branch information
matthewfeickert authored Nov 18, 2024
1 parent ffd8e88 commit 5f1ecae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build:
noarch: python
entry_points:
- pyhf = pyhf.cli:cli
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 4
script: {{ PYTHON }} -m pip install . -vv
number: 5

requirements:
host:
Expand Down

0 comments on commit 5f1ecae

Please sign in to comment.