Skip to content

Update calibration handling of tax function parameters #168

Update calibration handling of tax function parameters

Update calibration handling of tax function parameters #168

Workflow file for this run

name: Check that docs build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: oguk-dev
environment-file: environment.yml
python-version: 3.9
auto-activate-base: false
- name: Build # Build Jupyter Book
shell: bash -l {0}
run: |
make install
pip install jupyter-book>=0.11.3
pip install sphinxcontrib-bibtex>=2.0.0
cd docs
jb build ./book