Skip to content

test actions currently fail with a conda error due to multiple miniconda installs #47

Description

@m-jahn

The default github action tests started to fail suddenly regardless which repo is used.
Recent example for failure on one of our sm workflows

We always run the formatting, linting, and testing sections on every workflow. The testing runs the workflow a) with the inputs and config defined in the .test dir, and b) same but with the --report option. Now this second report run fails like this, while the first test passes (?!) :

Run snakemake/snakemake-github-action@v2.0.0
Run cat <<EOF > .snakemake.environment.yaml
Run conda-incubator/setup-miniconda@v3
Gathering Inputs...
Creating bootstrap condarc file in /home/runner/.condarc...
Ensuring installer...
Running installer...
  /usr/bin/bash /home/runner/work/_temp/581f6a62-1e14-41b5-8b49-945de356e508.sh -f -b -p /home/runner/miniconda3
  PREFIX=/home/runner/miniconda3
  Unpacking bootstrapper...
  Warning: ln: failed to create symbolic link '/home/runner/miniconda3/_conda': File exists
  
  ln: failed to create symbolic link '/home/runner/miniconda3/_conda': File exists
Error: The process '/usr/bin/bash' failed with exit code 1

Anybody an idea which upstream workflow changed and probably leads to this error message?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions