Skip to content

Migrate to pyproject.toml and uv; docs: furo theme #104567

Migrate to pyproject.toml and uv; docs: furo theme

Migrate to pyproject.toml and uv; docs: furo theme #104567

Workflow file for this run

name: Bootstrap
on:
schedule:
- cron: "*/15 * * * *"
push:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap Python project
run: .github/workflows/bootstrap.sh