MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.1, and conda-forge-pinning 2023.09.20.07.15.04
This commit is contained in:
Generated
+4
-5
@@ -31,11 +31,10 @@ pkgs_dirs:
|
||||
|
||||
CONDARC
|
||||
|
||||
|
||||
mamba install --update-specs --yes --quiet --channel conda-forge \
|
||||
conda-build pip boa conda-forge-ci-setup=3
|
||||
mamba update --update-specs --yes --quiet --channel conda-forge \
|
||||
conda-build pip boa conda-forge-ci-setup=3
|
||||
mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
|
||||
pip mamba conda-build boa conda-forge-ci-setup=3
|
||||
mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
|
||||
pip mamba conda-build boa conda-forge-ci-setup
|
||||
|
||||
# set up the condarc
|
||||
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
||||
|
||||
Generated
+2
-2
@@ -12,7 +12,7 @@ function startgroup {
|
||||
echo "##[group]$1";;
|
||||
travis )
|
||||
echo "$1"
|
||||
echo -en 'travis_fold:start:'"${1// /}"'\\r';;
|
||||
echo -en 'travis_fold:start:'"${1// /}"'\r';;
|
||||
github_actions )
|
||||
echo "::group::$1";;
|
||||
* )
|
||||
@@ -28,7 +28,7 @@ function endgroup {
|
||||
azure )
|
||||
echo "##[endgroup]";;
|
||||
travis )
|
||||
echo -en 'travis_fold:end:'"${1// /}"'\\r';;
|
||||
echo -en 'travis_fold:end:'"${1// /}"'\r';;
|
||||
github_actions )
|
||||
echo "::endgroup::";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user