Skip to content

Commit

Permalink
Poetry: Move build deps to separate group
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Sep 21, 2024
1 parent 8a63840 commit 2e0abb6
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 393 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
poetry-version: "1.8.3"

- name: Install dependencies
run: poetry install --no-interaction --no-root
run: poetry install --with build --without dev --no-interaction --no-root

- name: Get the version
id: get_version
Expand Down
Loading

0 comments on commit 2e0abb6

Please sign in to comment.