Skip to content
View os-ia's full-sized avatar
:shipit:
:shipit:

Block or report os-ia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Alliantum/actions Alliantum/actions Public

    Composite actions to avoid repetition in our workflows

    Python

  2. Alliantum/odoo_public_modules Alliantum/odoo_public_modules Public

    Alliantum's Odoo public modules

    Python 2

  3. Fixes for the Odoo installation from... Fixes for the Odoo installation from source on macOS
    1
    # General
    2
    xcode-select --install
    3
    
                  
    4
    # 2to3 error; python_version < "3.8"
    5
    pip install setuptools <=57.5.0