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 7461321 commit 35a19fcCopy full SHA for 35a19fc
.github/workflows/lint.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install Dependencies
55
run: |
56
just init ${{ steps.sp.outputs.python-path }} install-docs
57
- just lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
+ just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
58
- name: Install Emacs
59
if: ${{ github.event.inputs.debug == 'true' }}
60
0 commit comments