Skip to content

Commit f60608e

Browse files
committed
fix
1 parent 6834560 commit f60608e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actions/setup-binary-builds/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ runs:
128128
export CONDA_EXTRA_PARAM=""
129129
130130
if [[ "${PYTHON_VERSION:-}" == *t || "${PYTHON_VERSION:-}" == 3.14* ]]; then
131-
echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
132131
# downgrade conda version for python 3.13t, 3.14t, 3.14 install.
133132
# TODO: remove this once python 3.13t, 3.14t, 3.14 is fully supported on conda
134133
# Please see : https://github.com/conda/conda/issues/14554
@@ -147,11 +146,11 @@ runs:
147146
# shellcheck disable=SC2153
148147
case $PYTHON_VERSION in
149148
3.14t)
150-
export PYTHON_VERSION=3.14.0rc1
149+
export PYTHON_VERSION=3.14.0rc2
151150
export CONDA_EXTRA_PARAM=" python-freethreading -c conda-forge/label/python_rc -c conda-forge"
152151
;;
153152
3.14)
154-
export PYTHON_VERSION=3.14.0rc1
153+
export PYTHON_VERSION=3.14.0rc2
155154
export CONDA_EXTRA_PARAM=" -c conda-forge/label/python_rc -c conda-forge"
156155
;;
157156
3.13t)

0 commit comments

Comments
 (0)