Skip to content

Update build for python 3.12 #1397

Update build for python 3.12

Update build for python 3.12 #1397

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install tox
run: |
pip install tox==3.17.1
pip install .
- name: Build docs
run: tox -e docs