Skip to content

Support Snakemake>8.0 #59

Support Snakemake>8.0

Support Snakemake>8.0 #59

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
branches:
- main
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test whole workflow
uses: snakemake/[email protected]
with:
directory: .test/ci/
snakefile: workflow/Snakefile
args: "--use-conda --show-failed-logs -j 1 --conda-cleanup-pkgs cache --conda-frontend mamba"
# stagein: "mamba install -y -c conda-forge 'python==3.11.4'"