Skip to content

Use scipy.bootstrap in compute_bootci #206

Use scipy.bootstrap in compute_bootci

Use scipy.bootstrap in compute_bootci #206

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- name: "Linting"
run: uvx ruff check
- name: "Formatting"
run: uvx ruff format --check