We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b55a5 commit fc334d2Copy full SHA for fc334d2
dev/conda/conda-build.sh
@@ -62,7 +62,7 @@ log "SWIFT/T VERSION: $SWIFT_T_VERSION"
62
# Setenvs PYTHON_VERSION: passed into meta.yaml: e.g. "3.12.11"
63
source $DEV_CONDA/get-python-version.sh
64
# Python version, just major.minor: e.g. "3.12"
65
-export PYTHON_VERSION_MM=${PYTHON_VERSION_MM%.*}
+export PYTHON_VERSION_MM=${PYTHON_VERSION%.*}
66
# Optionally set R_VERSION from user argument:
67
if (( ${#R} )) export R_VERSION=${R[2]}
68
0 commit comments