diff --git a/scripts/render_recipe_for_platform.sh b/scripts/render_recipe_for_platform.sh index 3f19c517be..ffb6a18a43 100755 --- a/scripts/render_recipe_for_platform.sh +++ b/scripts/render_recipe_for_platform.sh @@ -91,7 +91,8 @@ echo "Rendering recipe in $PWD/conda.recipe" # from 'conda render' export SYSTEM_DEFAULTWORKINGDIRECTORY="$PWD" - +# Make sure to have conda-forge channel to resolve dependencies +conda config --add channels conda-forge # Render the recipe into a fully-resolved yaml file (set -x; conda render -m "$variant_file" --file "$rendered_output" conda.recipe)