We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3bd34 commit c9bbd42Copy full SHA for c9bbd42
.github/actions/setup-binary-builds/action.yml
@@ -125,7 +125,7 @@ runs:
125
if [[ "${PACKAGE_TYPE:-}" == "conda" ]]; then
126
# For conda package host python version is irrelevant
127
export PYTHON_VERSION=3.9
128
- 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"
129
else
130
# For wheel builds we don't need neither conda nor conda-build
131
export CONDA_BUILD_EXTRA=""
0 commit comments