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 85584ce commit 52de175Copy full SHA for 52de175
.github/workflows/lint.yml
@@ -43,13 +43,13 @@ jobs:
43
run: |
44
poetry config virtualenvs.in-project true
45
poetry run pip install --upgrade pip
46
- poetry install
+ poetry install -E rich
47
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
+ # - name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
+ # with:
+ # detached: true
+ # timeout-minutes: 60
53
- name: Run Static Analysis
54
55
source .venv/bin/activate
0 commit comments