Skip to content
Snippets Groups Projects
Commit 0aeb61b2 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Always use the correct channels in base_build

parent 8fa461e5
No related branches found
No related tags found
1 merge request!246Enable bob-devel builds
Pipeline #54471 failed
......@@ -654,8 +654,8 @@ def base_build(
add_dependent_channels=True,
)
if "channels" not in condarc_options:
condarc_options["channels"] = channels
# alays use the correct channel list: stable and public
condarc_options["channels"] = channels
logger.info(
"Using the following channels during (potential) build:\n - %s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment