Skip to content

Make github action work with rc files #169

Make github action work with rc files

Make github action work with rc files #169

Triggered via pull request January 4, 2024 18:25
Status Failure
Total duration 1m 21s
Artifacts

docker.yml

on: pull_request
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker (lab)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c umask 0 && find /opt/conda ! -perm -o=w -print | sort > /tmp/oldfiles && mamba install -c ${CHANNEL} -c in-core/label/rc -y pyincore=${PYINCORE} pyincore-viz=${PYINCORE_VIZ} pyincore-data=${PYINCORE_DATA} && mamba clean --yes --all --force-pkgs-dirs && find /opt/conda ! -perm -o=w -print | sort > /tmp/newfiles && comm -13 /tmp/oldfiles /tmp/newfiles | xargs -d '\\n' -n 100 chmod a+w && rm -f /tmp/oldfiles /tmp/newfiles" did not complete successfully: exit code: 1