Skip to content

Updated scipy and python required versions #191

Updated scipy and python required versions

Updated scipy and python required versions #191

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: isort/isort-action@master