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: gitlint installation #616

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Commits on Oct 16, 2024

  1. fix: gitlint installation

    Latest ubuntu does not allow system wide pip install.
    It can be overriden with `--break-system-packages`,
    but it's better to create a virtual env.
    
    Note: This came up in another repo where we use ubuntu-latest.
    Here were using an older version of ubuntu, but we it's probably
    best we switch to ubuntu-latest as well.
    
    Signed-off-by: Martin Malina <[email protected]>
    mmalina committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9a6eab3 View commit details
    Browse the repository at this point in the history