Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 Set PYTHONWARNDEFAULTENCODING in GitHub Workflow #93

Merged
merged 1 commit into from
Jul 14, 2023

Commits on Jul 14, 2023

  1. Set PYTHONWARNDEFAULTENCODING

    Fix pydantic#91 
    
    This merge request sets the `PYTHONWARNDEFAULTENCODING` variable in the GitHub workflow per the documentation at https://docs.github.com/en/actions/learn-github-actions/variables.
    
    I've chosen to set `PYTHONWARNDEFAULTENCODING` to the value `true` to ensure it is clear that this is enabling the feature. With that said, https://docs.python.org/3/library/io.html#opt-in-encodingwarning does not indicate that there is a value of the environment variable that would disable this, so I understand if a different value would be preferred.
    kkirsche committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    156dc2d View commit details
    Browse the repository at this point in the history