Skip to content

Commit cdc7935

Browse files
authored
Update pre_build_script.sh
1 parent b1ed49d commit cdc7935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22

33
CONDA_CHANNEL=""
4-
if [[ "$PYTHON_VERSION" == "3.13t" ]]; then
4+
5+
# python python-freethreading build use conda-forge
6+
if [[ "${PYTHON_VERSION: -1}" == "t" ]]; then
57
CONDA_CHANNEL="-c conda-forge"
68
fi
79

0 commit comments

Comments
 (0)