Skip to content

Return NaN/Inf unchanged from naturalsize() #1050

Return NaN/Inf unchanged from naturalsize()

Return NaN/Inf unchanged from naturalsize() #1050

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.x"
- name: Install uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
- name: Docs
run: |
uvx --with tox-uv tox -e docs