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 b1ed49d commit cdc7935Copy full SHA for cdc7935
packaging/pre_build_script.sh
@@ -1,7 +1,9 @@
1
#!/bin/bash
2
3
CONDA_CHANNEL=""
4
-if [[ "$PYTHON_VERSION" == "3.13t" ]]; then
+
5
+# python python-freethreading build use conda-forge
6
+if [[ "${PYTHON_VERSION: -1}" == "t" ]]; then
7
CONDA_CHANNEL="-c conda-forge"
8
fi
9
0 commit comments