Skip to content

Added counts.csv file to record the number of people in each age group and cell #1582

Added counts.csv file to record the number of people in each age group and cell

Added counts.csv file to record the number of people in each age group and cell #1582

Workflow file for this run

name: Unit tests (pyEpiabm - OS versions)
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-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/.
- name: run unit tests
run: |
python pyEpiabm/run_tests.py --unit