Skip to content

Merge pull request #237 from SABS-R3-Epidemiology/226-identifiability… #762

Merge pull request #237 from SABS-R3-Epidemiology/226-identifiability…

Merge pull request #237 from SABS-R3-Epidemiology/226-identifiability… #762

name: Style tests (flake8)
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build-and-test:
name: style test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
architecture: x64
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install flake8
python3 -m pip install .
- name: run style tests
run: |
python3 -m flake8