Skip to content

Update dependency sphinx-autobuild to v2024 #470

Update dependency sphinx-autobuild to v2024

Update dependency sphinx-autobuild to v2024 #470

Workflow file for this run

name: Code CI
on:
push:
pull_request:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install .
- run: my_dependancies