Skip to content

Commit

Permalink
gh workflow all groups fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MQ37 committed Jan 31, 2025
1 parent 662cac1 commit 71c604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}

- name: Install dependencies
run: poetry sync --no-interaction --no-ansi --with lint --with test
run: poetry sync --no-interaction --no-ansi --all-groups

- name: Run lint
run: make lint
Expand Down

0 comments on commit 71c604a

Please sign in to comment.