Skip to content

Commit 39683da

Browse files
committed
test
1 parent 0ca4be6 commit 39683da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ runs:
127127
CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}"
128128
export CONDA_EXTRA_PARAM=""
129129
130-
if [[ "${PYTHON_VERSION:-}" == *t ]]; then
130+
if [[ "${PYTHON_VERSION:-}" == *t || "${PYTHON_VERSION:-}" == 3.14* ]]; then
131131
132-
# downgrade conda version for python 3.13t/3.14t install.
133-
# TODO: remove this once python 3.13t/3.14t is fully supported on conda
132+
# downgrade conda version for python 3.13t, 3.14t, 3.14 install.
133+
# TODO: remove this once python 3.13t, 3.14t, 3.14 is fully supported on conda
134134
# Please see : https://github.com/conda/conda/issues/14554
135135
if [[ "$(uname)" == Darwin ]]; then
136136
# required to be able to downgrade on MacOS arm64

0 commit comments

Comments
 (0)