Skip to content

Commit 52de175

Browse files
author
Brian Kohan
committed
fix linting issues
1 parent 85584ce commit 52de175

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
run: |
4444
poetry config virtualenvs.in-project true
4545
poetry run pip install --upgrade pip
46-
poetry install
46+
poetry install -E rich
4747
poetry run pip install -U "django~=${{ matrix.django-version }}"
48-
- name: Setup tmate session
49-
uses: mxschmitt/action-tmate@v3
50-
with:
51-
detached: true
52-
timeout-minutes: 60
48+
# - name: Setup tmate session
49+
# uses: mxschmitt/action-tmate@v3
50+
# with:
51+
# detached: true
52+
# timeout-minutes: 60
5353
- name: Run Static Analysis
5454
run: |
5555
source .venv/bin/activate

0 commit comments

Comments
 (0)