Skip to content

Commit

Permalink
str
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbaHerrerias committed May 22, 2024
1 parent a181080 commit 1241b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/ci_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def generate(
# render templates
_render_template("conda-forge.yml", env, forge_dir, config)
_render_template(
Path(recipe_directory) / "meta.yaml", env, forge_dir, config
str(Path(recipe_directory) / "meta.yaml"), env, forge_dir, config
)
# update files which may exist with other content
_insert_into_gitignore(feedstock_directory=feedstock_directory)

0 comments on commit 1241b6f

Please sign in to comment.