kasteph

Results 6 comments of kasteph

Hey @lacarvalho91 I just wanted to let you know that I verified this by running a workflow that uses `{{ tasks.previous-task.outputs.result }}` as an input and it worked.

Thanks @bakwc! For anyone else running into this issue: ``` apt-get install locales locale-gen en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 ``` ... worked for me using command line args....

Thank you for the PR! Can you rebase against main and resolve the conflicts?

Hi @glemmaPaul, have you given this another thought? I would love to see this package be actively maintained 💚

I've reproduced this error using the `tavern-flask` plugin as well.

@michaelboulton yes, I have the plugin installed, installed it with `pip install -e git+https://github.com/taverntesting/tavern-flask.git#egg=tavern-flask` :)