Add only ci-wheel and citestwheel builds of Python 3.13 for now. #265
Annotations
1 error and 1 warning
Build image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c PYTHON_MAJOR_VERSION=${PYTHON_VERSION%%.*}\nPYTHON_MINOR_VERSION=${PYTHON_VERSION#*.}\nPYTHON_UPPER_BOUND=\"${PYTHON_MAJOR_VERSION}.$((PYTHON_MINOR_VERSION+1)).0a0\"\nPYTHON_MINOR_PADDED=$(printf \"%02d\" \"$PYTHON_MINOR_VERSION\")\nPYTHON_VERSION_PADDED=\"${PYTHON_MAJOR_VERSION}.${PYTHON_MINOR_PADDED}\"\nif [[ \"$PYTHON_VERSION_PADDED\" > \"3.12\" ]]; then\n PYTHON_ABI_TAG=\"cp${PYTHON_MAJOR_VERSION}${PYTHON_MINOR_VERSION}\"\nelse\n PYTHON_ABI_TAG=\"cpython\"\nfi\nrapids-mamba-retry install -y \\\n anaconda-client \\\n boa \\\n conda-package-handling \\\n dunamai \\\n git \\\n jq \\\n packaging \\\n \"python>=${PYTHON_VERSION},<${PYTHON_UPPER_BOUND}=*_${PYTHON_ABI_TAG}\" \\\n \"rapids-dependency-file-generator==1.*\"\nconda clean -aipty\n" did not complete successfully: exit code: 134
|
|
Loading