Skip to content

Convert from Conda to Mamba #855

Convert from Conda to Mamba

Convert from Conda to Mamba #855

Triggered via pull request July 16, 2023 19:44
Status Failure
Total duration 29s
Artifacts

run-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ $(uname -p) = \"arm\" ] || [ $(uname -p) = \"aarch64\" ] ; then wget -nv https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh -O {{ autograder_dir }}/source/mamba_install.sh ; else wget -nv https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh -O {{ autograder_dir }}/source/mamba_install.sh ; fi chmod +x /tmp/mamba_install.sh && /tmp/mamba_install.sh -b" did not complete successfully: exit code: 2
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, crazy-max/ghaction-github-runtime@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/