Skip to content

Commit

Permalink
[Cherry pick] Advance conda and conda-build nightly versions (#5259)
Browse files Browse the repository at this point in the history
Cherry pick of #5152 to
resolve conda failure on release branch
  • Loading branch information
atalman authored May 23, 2024
1 parent 96bbcd7 commit 6fd0e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
if [[ "${PACKAGE_TYPE:-}" == "conda" ]]; then
# For conda package host python version is irrelevant
export PYTHON_VERSION=3.9
export CONDA_BUILD_EXTRA="conda=23.10.0 conda-build=3.27.0"
export CONDA_BUILD_EXTRA="conda=24.4.0 conda-build=24.3.0"
else
# For wheel builds we don't need neither conda nor conda-build
export CONDA_BUILD_EXTRA=""
Expand Down

0 comments on commit 6fd0e92

Please sign in to comment.