Skip to content

Rate multipliers and IgG count #1532

Rate multipliers and IgG count

Rate multipliers and IgG count #1532

Workflow file for this run

name: Style tests (flake8)
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build-and-test:
name: style test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
architecture: x64
- name: install pyEpiabm
run: |
python --version
python -m pip install --upgrade pip setuptools wheel
python -m pip install pyEpiabm/.
python -m pip install pyEpiabm/.[dev]
- name: run style tests
run: |
python -m flake8