summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 23:26:43 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 23:26:43 -0500
commitc293317e5a7898b5dee08fe7af8087ef3405ad68 (patch)
tree64e818a47a7ee6d251ee04ad0d0f83993de27a57
parent9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4 (diff)
downloadcmd2-git-c293317e5a7898b5dee08fe7af8087ef3405ad68.tar.gz
Need to install isort before we can run it ;-)
-rw-r--r--.github/workflows/format.yml2
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