Skip to content

Update contribute.rst #2076

Update contribute.rst

Update contribute.rst #2076

Workflow file for this run

name: Unit test
on:
push:
branches: -main
pull_request:
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/action@v3.0.0
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