Skip to content

Merge pull request #31 from covid19-bh-biostats/dependabot/pip/pip-23.3 #83

Merge pull request #31 from covid19-bh-biostats/dependabot/pip/pip-23.3

Merge pull request #31 from covid19-bh-biostats/dependabot/pip/pip-23.3 #83

Workflow file for this run

name: Run SEIR Tox Test Suite
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
name: Check out source-code repository
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox -e py # Run tox using the version of Python in `PATH`