diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 23:26:43 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 23:26:43 -0500 |
| commit | c293317e5a7898b5dee08fe7af8087ef3405ad68 (patch) | |
| tree | 64e818a47a7ee6d251ee04ad0d0f83993de27a57 | |
| parent | 9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4 (diff) | |
| download | cmd2-git-c293317e5a7898b5dee08fe7af8087ef3405ad68.tar.gz | |
Need to install isort before we can run it ;-)
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 617cbf0a..c1db5ae3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,7 +23,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install python prerequisites - run: pip install -U --user pip setuptools setuptools-scm black + run: pip install -U --user pip setuptools setuptools-scm black isort - name: Black run: python -m black --check --diff . - name: isort |
