Skip to content

Update drivers.rst (#384) #1411

Update drivers.rst (#384)

Update drivers.rst (#384) #1411

Workflow file for this run

name: Unit test
on:
- push
- workflow_dispatch
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
build-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install graphviz
run: sudo apt install graphviz
- name: install nox
run: python -m pip install nox
- name: create documentation
run: nox -s docs