Skip to content

Raise a VersionError when re-fitting a synthesizer that was created… #3575

Raise a VersionError when re-fitting a synthesizer that was created…

Raise a VersionError when re-fitting a synthesizer that was created… #3575

Workflow file for this run

name: Style Checks
on:
push:
pull_request:
types: [opened, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install invoke .[dev]
- name: Run lint checks
run: invoke lint