Skip to content

Having trouble with tasks with reference #95

Answered by nat-n
mshafer-NI asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mshafer-NI, thanks for the feedback.

I'm afraid this might be a bug in how the sequence task optimises running multiple subtasks with poetry. Possibly related to a known issue on windows environments that is under investigation.

Could you tell me a bit more about your environment?

  • OS version
  • python version
  • poe version
  • poetry version
  • shell type: cmd? pwsh? bash? wsl?
  • method of installation for poe, poetry, and python?

One work around that might be worth trying is to use a script task to directly call a specific method from publish.py e.g.

_publish.script = "publish:main"

Otherwise it might work if you do:

_publish.script = "poetry run publish.py"

Though this is a not a very satisfyin…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mshafer-NI
Comment options

You must be logged in to vote
4 replies
@mshafer-NI
Comment options

@nat-n
Comment options

@mshafer-NI
Comment options

@nat-n
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants