Skip to content

Bump coverage from 7.4.4 to 7.5.1 #268

Bump coverage from 7.4.4 to 7.5.1

Bump coverage from 7.4.4 to 7.5.1 #268

Workflow file for this run

name: Documentation
on: [push]
jobs:
build-documentation:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/[email protected]
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Build documentation
run: sphinx-build -a -W -E -b html docs/source/ docs/build/