Skip to content

Commit c9bbd42

Browse files
authored
Advance conda and conda-build nightly versions (#5152)
Torchvision recently started to fail: https://github.com/pytorch/vision/actions/runs/8894055247/job/24422954630 Rerun on test-infra was successful here: https://github.com/pytorch/test-infra/actions/runs/8896788801/job/24430237844?pr=5152#step:10:51 Difference between successful run and failed one was found to be conda and conda-build version: ``` 2024-04-30T15:02:21.0969669Z conda-24.4.0 | py39haa95532_0 950 KB 2024-04-30T15:02:21.0970680Z conda-build-24.3.0 | py39haa95532_0 582 KB ``` vs ``` 2024-04-30T12:31:24.7113071Z conda-23.9.0 | py39haa95532_0 978 KB 2024-04-30T12:31:24.7113738Z conda-build-3.28.4 | py39haa95532_0 609 KB ```
1 parent 8b3bd34 commit c9bbd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ runs:
125125
if [[ "${PACKAGE_TYPE:-}" == "conda" ]]; then
126126
# For conda package host python version is irrelevant
127127
export PYTHON_VERSION=3.9
128-
export CONDA_BUILD_EXTRA="conda=23.10.0 conda-build=3.27.0"
128+
export CONDA_BUILD_EXTRA="conda=24.4.0 conda-build=24.3.0"
129129
else
130130
# For wheel builds we don't need neither conda nor conda-build
131131
export CONDA_BUILD_EXTRA=""

0 commit comments

Comments
 (0)