You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to upgrade poethepoet to 0.31.0, but I get an error when I run the command poe.
$ poe
Poe the Poet - A task runner that works well with poetry.
version 0.31.0
Error: Invalid content in included file from /Users/charlylaurent/dev/engine/poe-bug-0.31.0/poe.toml
| From: ConfigValidationError("Option 'env.HELLO' must have a value of type: str")
I reproduce the issue with the following configuration file poe.toml:
[tool.poe.executor]
type = "poetry"
[tool.poe.env]
HELLO.default = "world"
It seems that the ENV.default = "something" raises the error above.
The text was updated successfully, but these errors were encountered:
Hi!
I want to upgrade poethepoet to 0.31.0, but I get an error when I run the command
poe
.I reproduce the issue with the following configuration file
poe.toml
:It seems that the
ENV.default = "something"
raises the error above.The text was updated successfully, but these errors were encountered: