Skip to content

Commit

Permalink
Use CONDA_PKGS_DIRS even in explicit installation trasactions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Feb 4, 2023
1 parent 9de6782 commit 51cb688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libmamba/src/api/install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,7 @@ namespace mamba
}
PrefixData& prefix_data = exp_prefix_data.value();

fs::u8path pkgs_dirs(Context::instance().root_prefix / "pkgs");
MultiPackageCache pkg_caches({ pkgs_dirs });
MultiPackageCache pkg_caches(ctx.pkgs_dirs);
prefix_data.add_packages(get_virtual_packages());
MRepo::create(
pool, prefix_data); // Potentially re-alloc (moves in memory) Solvables in the pool
Expand Down

0 comments on commit 51cb688

Please sign in to comment.