Skip to content

Updates after pypi conda forge releases #539

Updates after pypi conda forge releases

Updates after pypi conda forge releases #539

Triggered via pull request October 29, 2025 11:08
Status Failure
Total duration 7m 33s
Artifacts

dev-docker.yml

on: pull_request
Matrix: build-push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-push (ubuntu22.04)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c true && export CONDA=\"/root/miniforge3/bin/conda\" && if [[ $(echo ${KHIOPS_REVISION} | grep -E \".*-(a|rc)\\.[0-9]+\") ]]; then export RC_LABEL=\"conda-forge/label/rc::\"; else export RC_LABEL=\"\"; fi && /bin/bash -c 'for version in ${PYTHON_VERSIONS}; do CONDA_ENVS=\"py${version} py${version}_conda\"; for CONDA_ENV in $CONDA_ENVS; do $CONDA create -y -n $CONDA_ENV python=${version}; done; $CONDA install -y -n py${version}_conda ${RC_LABEL}khiops-core=$(echo ${KHIOPS_REVISION} | tr -d \"-\") ; $CONDA install -y -n py${version}_conda khiops-driver-s3=${KHIOPS_S3_DRIVER_REVISION} khiops-driver-gcs=${KHIOPS_GCS_DRIVER_REVISION}; done' && true" did not complete successfully: exit code: 1