Skip to content

Commit

Permalink
Do try to load .solv files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Jul 1, 2024
1 parent 3d5c620 commit bc4a9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_libmamba_solver/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def _fetch_channel(self, url: str) -> tuple[str, os.PathLike]:
return url, json_path

def _json_path_to_repo_info(
self, url: str, json_path: str, try_solv: bool = False
self, url: str, json_path: str, try_solv: bool = True
) -> _ChannelRepoInfo | None:
channel = Channel.from_url(url)
noauth_url = channel.urls(with_credentials=False, subdirs=(channel.subdir,))[0]
Expand Down

0 comments on commit bc4a9e2

Please sign in to comment.