Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 10, 2024
1 parent dcb097b commit c811a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def test_install_prefix(delete_files):
)
if PLATFORM == "win":
for path in paths:
print(path)
if path.is_dir() and "Start Menu" in path.parts:
assert path.name == f"Sys.Prefix {Path(base_prefix).name}"
else:
Expand Down

0 comments on commit c811a04

Please sign in to comment.