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] authored and moradology committed Feb 19, 2024
1 parent f97b645 commit 98792bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pangeo_forge_runner/commands/bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ def start(self):
)
else:
per_recipe_unique_job_name = None

# Add recipe-specific dependencies

requirements_path = feedstock.feedstock_dir / "requirements.txt"
if requirements_path.exists():
extra_options["requirements_file"] = str(requirements_path)
Expand Down

0 comments on commit 98792bd

Please sign in to comment.