forked from github/pelican
Don't install pelican's dependencies to lint
This commit is contained in:
parent
29b10ef6e6
commit
33d6712e8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
poetry env use "3.9"
|
||||
poetry install --no-interaction
|
||||
poetry install --no-interaction --no-root
|
||||
- name: Run linters
|
||||
run: poetry run invoke lint --diff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue