Skip to content

DAG plotting only of dot in path, and graphviz available #49

DAG plotting only of dot in path, and graphviz available

DAG plotting only of dot in path, and graphviz available #49

Workflow file for this run

name: conda-build
on: [pull_request, push]
jobs:
condaBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: .github/condaBuildCI.yml
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
- name: buildSnakePipes
uses: uibcdf/[email protected]
with:
meta_yaml_dir: conda-recipe
python-version: 3.11
upload: false