Skip to content

Commit d6c25cf

Browse files
committed
try fix linting
1 parent 57e839d commit d6c25cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: extractions/setup-just@v2
5353
- name: Install Dependencies
5454
run: |
55-
just init ${{ steps.sp.outputs.python-path }} install
55+
just init ${{ steps.sp.outputs.python-path }} install-docs
5656
just pin-dependency Django~=${{ matrix.django-version }}.0
5757
- name: Install Emacs
5858
if: ${{ github.event.inputs.debug == 'true' }}

0 commit comments

Comments
 (0)