Skip to content

Adding the R_t inference notebooks to the main branch #352

Adding the R_t inference notebooks to the main branch

Adding the R_t inference notebooks to the main branch #352

Workflow file for this run

name: Doctest
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build-and-test:
name: doctest
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 seirmo
run: |
python --version
python -m pip install --upgrade pip setuptools wheel
python -m pip install .
python -m pip install .[docs]
- name: run doctest
run: |
python run-tests.py --doctest