Open ezherman opened 1 month ago
I believe I have encountered an issue similar to https://github.com/snakemake/snakemake-github-action/issues/37.
Since the latest Snakemake update to v8.20.6, my github actions is failing with:
Building DAG of jobs... /usr/bin/bash: line 1: conda: command not found
Setting Snakemake to v8.20.5 through this branch resolves the issue.
can you indicate the version of github actions you are using? it works for me with snakemake/snakemake-github-action@v1.25.1
I believe I have encountered an issue similar to https://github.com/snakemake/snakemake-github-action/issues/37.
Since the latest Snakemake update to v8.20.6, my github actions is failing with:
Setting Snakemake to v8.20.5 through this branch resolves the issue.