Skip to content

Commit

Permalink
Linting tends to work better when you install the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Jan 16, 2025
1 parent a1d4545 commit d3f910d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: "poetry"

- name: Install Python dependencies
run: poetry install
run: poetry install --extras dev

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

0 comments on commit d3f910d

Please sign in to comment.