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

Fix ci #259

Merged
merged 2 commits into from
Dec 29, 2022
Merged

Fix ci #259

merged 2 commits into from
Dec 29, 2022

Commits on Dec 29, 2022

  1. Rollback requirements change

    Dependabot seemed to have liked the previous update, but it has
    now broken the CI.
    
    Let's revert to make a coherent set in CI.
    evrardjp committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    8e33496 View commit details
    Browse the repository at this point in the history
  2. Ensure locale is set to en_US for CI

    Without this, it is possible for a user to use its own locale,
    which could lead to ansible failure if the locale is not well
    generated/accepted by ansible/python (locale.getlocale()).
    
    To ensure there is no empty or incorrect locale in CI, force it
    to en_US, which the locale used in the communication for this
    project.
    evrardjp committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c9ec560 View commit details
    Browse the repository at this point in the history