Enable Jupyter kernels for batch execution #19
pr.yml
on: pull_request
initialise
8s
build_only
2m 14s
Annotations
1 error
build_only
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c conda install --yes bioblend galaxy-ie-helpers biopython cloudpickle cython dill nb_conda_kernels jupytext jupyterlab-geojson jupyterlab-katex jupyterlab-fasta patsy pip statsmodels && conda create -n python-kernel-3.12 --yes python=3.12 ipykernel bioblend galaxy-ie-helpers && conda run -n python-kernel-3.12 python -m ipykernel install --user --name python-kernel-3.12 --display-name \"Python 3.12\" && conda create -n rlang-kernel --yes r-base r-irkernel r-xml rpy2 bioblend galaxy-ie-helpers \t 'r-caret' \t 'r-crayon' \t 'r-devtools' \t 'r-e1071' \t 'r-forecast' \t 'r-hexbin' \t 'r-htmltools' \t 'r-htmlwidgets' \t 'r-irkernel' \t 'r-nycflights13' \t 'r-randomforest' \t 'r-rcurl' \t 'r-rmarkdown' \t 'r-rodbc' \t 'r-rsqlite' \t 'r-shiny' \t 'r-tidymodels' \t 'r-tidyverse' \t 'unixodbc' && conda run -n rlang-kernel R -e 'IRkernel::installspec(user = TRUE)' && conda create -n bash-kernel --yes bash_kernel bioblend galaxy-ie-helpers && conda run -n bash-kernel python -m bash_kernel.install --user && UN conda create -n octave-kernel python=3.8 --yes && conda run -n octave-kernel pip install octave_kernel bioblend galaxy-ie-helpers && conda run -n octave-kernel python -m octave_kernel install --user&& conda create -n ansible-kernel --yes ansible-kernel jupyter_client bioblend galaxy-ie-helpers && conda run -n ansible-kernel python -m ansible_kernel.install && conda clean --all -y && chmod a+w+r /opt/conda/ -R" did not complete successfully: exit code: 127
|