Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent acdb5b3 commit cd231f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions grayskull/strategy/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ class PypiStrategy(AbstractStrategy):
def fetch_data(recipe, config, sections=None):
update_recipe(recipe, config, sections or ALL_SECTIONS)
if not (recipe["build"] and recipe["build"]["script"]):
recipe["build"]["script"] = (
"<{ PYTHON }} -m pip install . -vv"
)
recipe["build"]["script"] = "<{ PYTHON }} -m pip install . -vv"


def merge_pypi_sdist_metadata(
Expand Down

0 comments on commit cd231f2

Please sign in to comment.