Skip to content

build(deps): update aiohttp requirement from <3.10.0,>=3.6.0 to >=3.6.0,<3.11.0 #200

build(deps): update aiohttp requirement from <3.10.0,>=3.6.0 to >=3.6.0,<3.11.0

build(deps): update aiohttp requirement from <3.10.0,>=3.6.0 to >=3.6.0,<3.11.0 #200

Workflow file for this run

name: Build Docs
on:
push:
pull_request:
workflow_dispatch:
jobs:
docs:
name: Dry-run docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Build docs
run: sphinx-build docs docs/_build