Skip to content

NickAkhmetov/Add allow_multiple_scopes_per_type boolean arg to use_coordination and link_views #430

NickAkhmetov/Add allow_multiple_scopes_per_type boolean arg to use_coordination and link_views

NickAkhmetov/Add allow_multiple_scopes_per_type boolean arg to use_coordination and link_views #430

Workflow file for this run

name: Demo data dry-run
on: [push, pull_request]
jobs:
test_demos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- run: |
pip install snakemake
pip install pyyaml
- name: Install vitessce
run: pip install -e .[dev,all]
- name: Run tests
working-directory: ./demos
run: snakemake -j 1 --dry-run