Skip to content

TEMP show packages

TEMP show packages #52

Workflow file for this run

name: Tests
on: [pull_request, push]
jobs:
docs:
# Try building the manual, ensuring that Sphinx doesn't produce
# any warnings.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: 3}
- name: Install
run: |
pip install .
pip install -r docs/requirements.txt
- run: pip freeze --local
- run: sphinx-build -W -b html docs/ docs/_build/