Skip to content

Commit 00d5a06

Browse files
committed
install colorama in lint workflow
1 parent d5f57aa commit 00d5a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
poetry config virtualenvs.in-project true
5353
poetry run pip install --upgrade pip
5454
poetry install -E rich
55+
poetry run pip install colorama
5556
poetry run pip install -U "django~=${{ matrix.django-version }}"
5657
- name: Install Emacs
5758
if: ${{ github.event.inputs.debug == 'on' }}

0 commit comments

Comments
 (0)