Skip to content

chore(deps): bump sphinx-autobuild from 2024.4.16 to 2024.9.3 #111

chore(deps): bump sphinx-autobuild from 2024.4.16 to 2024.9.3

chore(deps): bump sphinx-autobuild from 2024.4.16 to 2024.9.3 #111

Workflow file for this run

name: Checks
on:
pull_request:
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -r requirements-tests.txt
- name: Checks
run: ./checks.sh
- name: Build
run: ./build.sh