Skip to content

Commit

Permalink
fix: remove edges from noarch python migrator graph
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Nov 27, 2024
1 parent 3e734e5 commit bc25ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_forge_tick/make_migrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,8 @@ def add_noarch_python_min_migrator(
if not has_noarch_python:
pluck(gx2, node)

gx2.clear_edges()

migrators.append(
NoarchPythonMinMigrator(
graph=gx2,
Expand Down

0 comments on commit bc25ae0

Please sign in to comment.