MNT: Re-rendered with conda-build 25.4.2, conda-smithy 3.47.2, and conda-forge-pinning 2025.04.28.17.55.25

This commit is contained in:
nidichaogequ
2026-08-13 04:56:07 +08:00
parent f465c345f1
commit 392a0e1957
3 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ source .scripts/logging_utils.sh
set -xeo pipefail
THISDIR="$( cd "$( dirname "$0" )" >/dev/null && pwd )"
PROVIDER_DIR="$(basename $THISDIR)"
PROVIDER_DIR="$(basename "$THISDIR")"
FEEDSTOCK_ROOT="$( cd "$( dirname "$0" )/.." >/dev/null && pwd )"
RECIPE_ROOT="${FEEDSTOCK_ROOT}/recipe"