Skip to content

Commit

Permalink
Log editable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor authored May 30, 2024
1 parent 4c7747d commit 3f19aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compare_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _is_editable(dist: importlib.metadata.PathDistribution) -> bool:
# Here, should check with github action path
editable = content.startswith("/") or "import __editable__" in content
if editable:
print(content)
print(f'{dist.name} is editable: {content}')
return editable


Expand Down

0 comments on commit 3f19aa4

Please sign in to comment.