Skip to content

Add setuptools to fix failing tests on Python 3.12 #665

Add setuptools to fix failing tests on Python 3.12

Add setuptools to fix failing tests on Python 3.12 #665

Workflow file for this run

name: Build docs
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install sphinx
- name: Build docs
run: cd docs && make html