Skip to content

let's pass the qc plots for now #45

let's pass the qc plots for now

let's pass the qc plots for now #45

Workflow file for this run

name: pytest
on:
push:
branches:
- master
# all branches
- '**'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Install dependencies
run: |
pipenv install --dev
- name: Test with pytest
run: |
pipenv run pytest