Skip to content

Commit

Permalink
Work around isort deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Dec 12, 2022
1 parent a4d7744 commit 573b6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Lint.yaml
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Install isort / flake8 / black
run: |
pip install isort flake8 black
# https://github.com/PyCQA/isort/issues/2031
pip install colorama
- name: Run isort
run: |
Expand Down

0 comments on commit 573b6f5

Please sign in to comment.