Skip to content

Updated the version in Changelog files and setup.py #4

Updated the version in Changelog files and setup.py

Updated the version in Changelog files and setup.py #4

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@v4
with:
persist-credentials: false
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
activate-environment: fiscalsim-us-dev
environment-file: environment.yml
python-version: "3.9"
auto-activate-base: false
- name: Build documentation # Build Jupyter Book
run: make documentation