Skip to content

Update snakemake docs for snakemake 8 and slurm executor plugin #734

Update snakemake docs for snakemake 8 and slurm executor plugin

Update snakemake docs for snakemake 8 and slurm executor plugin #734

Workflow file for this run

name: "mkdocs: check"
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "pipenv"
cache-dependency-path: |
Pipfile.lock
- name: Install dependencies
run: |
python -m pip install --upgrade pipenv wheel
pipenv install
- run: cd bih-cluster && pipenv run mkdocs build