Skip to content

Bump scipy from 1.7.3 to 1.10.0 in /doc #473

Bump scipy from 1.7.3 to 1.10.0 in /doc

Bump scipy from 1.7.3 to 1.10.0 in /doc #473

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./src"