Skip to content

Commit 35a19fc

Browse files
committed
fix linting
1 parent 7461321 commit 35a19fc

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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Dependencies
5555
run: |
5656
just init ${{ steps.sp.outputs.python-path }} install-docs
57-
just lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
57+
just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
5858
- name: Install Emacs
5959
if: ${{ github.event.inputs.debug == 'true' }}
6060
run: |

0 commit comments

Comments
 (0)