Skip to content

Commit

Permalink
Update conda_forge_tick/update_recipe/v1_recipe/build_number.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 24, 2024
1 parent b971072 commit c0dccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/update_recipe/v1_recipe/build_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _update_build_number_in_recipe(


def _load_yaml(file: Path):
yaml = _get_yaml_parser(typ=None)
yaml = _get_yaml_parser(typ="safe")
with file.open("r") as f:
return yaml.load(f)

Expand Down

0 comments on commit c0dccc3

Please sign in to comment.