Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit d3f910d

Browse files
Linting tends to work better when you install the linter
1 parent a1d4545 commit d3f910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: "poetry"
2727

2828
- name: Install Python dependencies
29-
run: poetry install
29+
run: poetry install --extras dev
3030

3131
- name: Set up Node ${{ matrix.node-version }}
3232
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)