Skip to content

Commit

Permalink
only install dev dependencies during lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
lioman committed Oct 29, 2023
1 parent eb052ca commit 8a0f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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

Expand Down

0 comments on commit 8a0f335

Please sign in to comment.