Skip to content

Commit d516523

Browse files
authored
ci: add poe install definition to save some keystrokes (#154)
1 parent 580f60e commit d516523

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ line-length = 100
124124
select = ["I"]
125125

126126
[tool.poe.tasks]
127+
# Installation
128+
install = { shell = "poetry install --all-extras" }
129+
127130
# Build tasks
128131
assemble = {cmd = "bin/generate-component-manifest-dagger.sh", help = "Generate component manifest files."}
129132
build-package = {cmd = "poetry build", help = "Build the python package: source and wheels archives."}

0 commit comments

Comments
 (0)