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 57e839d commit d6c25cfCopy full SHA for d6c25cf
.github/workflows/lint.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: extractions/setup-just@v2
53
- name: Install Dependencies
54
run: |
55
- just init ${{ steps.sp.outputs.python-path }} install
+ just init ${{ steps.sp.outputs.python-path }} install-docs
56
just pin-dependency Django~=${{ matrix.django-version }}.0
57
- name: Install Emacs
58
if: ${{ github.event.inputs.debug == 'true' }}
0 commit comments