Skip to content

Commit fc334d2

Browse files
committed
Bug fix
1 parent 42b55a5 commit fc334d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/conda/conda-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ log "SWIFT/T VERSION: $SWIFT_T_VERSION"
6262
# Setenvs PYTHON_VERSION: passed into meta.yaml: e.g. "3.12.11"
6363
source $DEV_CONDA/get-python-version.sh
6464
# Python version, just major.minor: e.g. "3.12"
65-
export PYTHON_VERSION_MM=${PYTHON_VERSION_MM%.*}
65+
export PYTHON_VERSION_MM=${PYTHON_VERSION%.*}
6666
# Optionally set R_VERSION from user argument:
6767
if (( ${#R} )) export R_VERSION=${R[2]}
6868

0 commit comments

Comments
 (0)