Click app help page fails with "format" in GitHub actions workflow #2842
-
I have this minimal poetry project that includes a minimal click app: https://github.com/hakonhagland/debug-python-click When I run the app locally (Ubuntu 24.04) it behaves like this (expected output):
However, when I run the same command from the GitHub action workflow, the output is:
and the click app exits with code 1. Environment:
|
Beta Was this translation helpful? Give feedback.
Answered by
hakonhagland
Jan 12, 2025
Replies: 1 comment
-
This started to work as expected today. Maybe due to an update/bug fix to poetry or to GitHub action runners? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hakonhagland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This started to work as expected today. Maybe due to an update/bug fix to poetry or to GitHub action runners?