Skip to content

fix: Update version number #275

fix: Update version number

fix: Update version number #275

name: Test that Jupyter-Book builds
on: [push, pull_request]
jobs:
build:
if: github.repository == 'PSLmodels/microdf'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: microdf
environment-file: environment.yml
python-version: 3.9
auto-activate-base: false
- name: Build # Build Jupyter Book
shell: bash -l {0}
run: |
pip install -e .
jb build docs/.