We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f57aa commit 00d5a06Copy full SHA for 00d5a06
.github/workflows/lint.yml
@@ -52,6 +52,7 @@ jobs:
52
poetry config virtualenvs.in-project true
53
poetry run pip install --upgrade pip
54
poetry install -E rich
55
+ poetry run pip install colorama
56
poetry run pip install -U "django~=${{ matrix.django-version }}"
57
- name: Install Emacs
58
if: ${{ github.event.inputs.debug == 'on' }}
0 commit comments