mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
only install dev dependencies during lint step
This commit is contained in:
parent
eb052cae09
commit
8a0f335e2b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
cache-dependency-path: ./pyproject.toml
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pdm install
|
||||
pdm install --no-default --dev
|
||||
- name: Run linters
|
||||
run: pdm lint --diff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue