Skip to content

Ignore sys.monitoring warning for 3.11 and earlier in coverage.py c… #654

Ignore sys.monitoring warning for 3.11 and earlier in coverage.py c…

Ignore sys.monitoring warning for 3.11 and earlier in coverage.py c… #654

Workflow file for this run

name: Docs
on: [push, pull_request, workflow_dispatch]
permissions: {}
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Docs
run: |
uvx --with tox-uv tox -e docs