Skip to content

Commit

Permalink
ci: Add explicit Poetry CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 16, 2024
1 parent fcef371 commit 5962c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "analysis,tests"
poetry-extras: "--with analysis,tests"
secrets: inherit

0 comments on commit 5962c0c

Please sign in to comment.