Skip to content

Update tests.yml to run python 3.7 tests on legacy version macOS #243

Update tests.yml to run python 3.7 tests on legacy version macOS

Update tests.yml to run python 3.7 tests on legacy version macOS #243

Workflow file for this run

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