Skip to content

Bootstrap

Bootstrap #105856

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.10', '3.11', '3.12', '3.13', '3.14']
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