Skip to content

make fields optional for network in p2l #569

make fields optional for network in p2l

make fields optional for network in p2l #569

Workflow file for this run

name: "Test Doc Creation (Sphinx)"
on: [push]
jobs:
docbuild:
name: Check Docs
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"] # todo: bump to 3.12 when possible; https://github.com/Hochfrequenz/intermediate-bo4e-migration-models/issues/48
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Check Docs
run: |
tox -e docs