Skip to content

Commit

Permalink
Add log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Oct 9, 2024
1 parent 7bf4b0e commit d127ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micromamba/tests/test_repoquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def test_depends_recursive(yaml_env: Path):
"depends", "-c", "conda-forge", "xtensor=0.24.5", "--recursive"
)

print("res: ", res)
if platform.system() == "Linux":
assert "libzlib" in res
elif platform.system() == "Darwin":
Expand Down

0 comments on commit d127ed8

Please sign in to comment.