Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Oct 30, 2024
1 parent b260e69 commit ca90f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv/plugins/_mamba_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def load_channels(
)
print("Cache path: ", subdir.cache_path())

repo = subdir.create_repo()
repo = subdir.create_repo(pool)
repo.set_priority(priority, subpriority)
repos.append(repo)

Expand All @@ -165,7 +165,7 @@ def __init__(self, channels, platform, context, output_folder=None):
self.platform = platform
self.context = context
self.output_folder = output_folder or "local"
self.pool = libmambapy.solver.libsolv.Database()
self.pool = libmambapy.Pool()
self.repos = []
self.index = load_channels(
self.pool, self.channels, self.repos, platform=platform
Expand Down

0 comments on commit ca90f87

Please sign in to comment.