Skip to content

Conformance: align dataclass descriptor tests with runtime #1482

Conformance: align dataclass descriptor tests with runtime

Conformance: align dataclass descriptor tests with runtime #1482

Workflow file for this run

name: Build the documentation
on:
pull_request:
permissions:
contents: read
jobs:
build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --group docs
- name: Build the documentation
run: make -C docs html