forked from github/pelican
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
|
cache-dependency-path: ./pyproject.toml
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pdm install
|
pdm install --no-default --dev
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
run: pdm lint --diff
|
run: pdm lint --diff
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue