Skip to content

Incorrect python env setup for macOS in workflow #7

@ozguronsoy

Description

@ozguronsoy

Generating python bindings via pip install . fails for macOS in test workflow. This is due to incomplete environment setup in .github/actions/setup-python-env/action.yaml. The problem is that shiboken cannot find clang and falls back to v0.64 , which fails to generate the python bindings.

We must add a new step, only for macOS, which will complete the clang setup and help shiboken find it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions