We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
poe install
1 parent 580f60e commit d516523Copy full SHA for d516523
pyproject.toml
@@ -124,6 +124,9 @@ line-length = 100
124
select = ["I"]
125
126
[tool.poe.tasks]
127
+# Installation
128
+install = { shell = "poetry install --all-extras" }
129
+
130
# Build tasks
131
assemble = {cmd = "bin/generate-component-manifest-dagger.sh", help = "Generate component manifest files."}
132
build-package = {cmd = "poetry build", help = "Build the python package: source and wheels archives."}
0 commit comments