Skip to content

Bump scipy from 1.4.1 to 1.10.0 #585

Bump scipy from 1.4.1 to 1.10.0

Bump scipy from 1.4.1 to 1.10.0 #585

Workflow file for this run

name: Check formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check