Skip to content

update doc

update doc #46

Workflow file for this run

name: Unit testing
on:
- push
- workflow_dispatch
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- uses: pre-commit/[email protected]
- name: install dependencies
run: python -m pip install -r requirements.txt
- name: build the application
run: |
python -m pip install pytest nbmake
pytest --nbmake ui.ipynb