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
+2 -2
View File
@@ -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