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:
nidichaogequ
2025-05-11 20:58:05 +08:00
parent 235d7e4916
commit 78de4a8d4f
2 changed files with 6 additions and 7 deletions
+4 -5
View File
@@ -31,11 +31,10 @@ pkgs_dirs:
CONDARC CONDARC
mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
mamba install --update-specs --yes --quiet --channel conda-forge \ pip mamba conda-build boa conda-forge-ci-setup=3
conda-build pip boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
mamba update --update-specs --yes --quiet --channel conda-forge \ pip mamba conda-build boa conda-forge-ci-setup
conda-build pip boa conda-forge-ci-setup=3
# set up the condarc # set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
+2 -2
View File
@@ -12,7 +12,7 @@ function startgroup {
echo "##[group]$1";; echo "##[group]$1";;
travis ) travis )
echo "$1" echo "$1"
echo -en 'travis_fold:start:'"${1// /}"'\\r';; echo -en 'travis_fold:start:'"${1// /}"'\r';;
github_actions ) github_actions )
echo "::group::$1";; echo "::group::$1";;
* ) * )
@@ -28,7 +28,7 @@ function endgroup {
azure ) azure )
echo "##[endgroup]";; echo "##[endgroup]";;
travis ) travis )
echo -en 'travis_fold:end:'"${1// /}"'\\r';; echo -en 'travis_fold:end:'"${1// /}"'\r';;
github_actions ) github_actions )
echo "::endgroup::";; echo "::endgroup::";;
esac esac