Don't install pelican's dependencies to lint

This commit is contained in:
Chris Rose 2023-10-28 11:18:24 -07:00
commit 33d6712e8b
No known key found for this signature in database

View file

@ -73,7 +73,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry env use "3.9" poetry env use "3.9"
poetry install --no-interaction poetry install --no-interaction --no-root
- name: Run linters - name: Run linters
run: poetry run invoke lint --diff run: poetry run invoke lint --diff