Skip to content

docs: new illu and better style + sphinx book 1.1.0 #22

docs: new illu and better style + sphinx book 1.1.0

docs: new illu and better style + sphinx book 1.1.0 #22

Workflow file for this run

name: nuance/ci
on:
pull_request:
branches:
- main
paths-ignore:
- '__pycache__'
- '.pytest_cache'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install -U pip poetry
python -m poetry install --with dev
- name: Test with pytest
run: |
python -m poetry run python -m pytest