1
0
Fork 0
forked from github/pelican

only install dev dependencies during lint step

This commit is contained in:
Lioman 2023-10-29 15:23:14 +01:00
commit 8a0f335e2b

View file

@ -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