Skip to content

Commit

Permalink
Merge branch 'main' into vendor-mamba-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Mar 25, 2024
2 parents f03f743 + 93020b7 commit 98953e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_forge_feedstock_check_solvable/mamba_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
import cachetools.func
import wurlitzer

from conda.base.context import context
from conda.models.match_spec import MatchSpec
import conda_build.api
import conda_package_handling.api

import libmambapy as api
from .mamba_utils import load_channels

from conda_build.conda_interface import pkgs_dirs
from conda_build.utils import download_channeldata

import requests
Expand All @@ -48,6 +48,8 @@
get_artifact_info_as_json,
)

pkgs_dirs = context.pkgs_dirs


PACKAGE_CACHE = api.MultiPackageCache(pkgs_dirs)

Expand Down

0 comments on commit 98953e7

Please sign in to comment.