Skip to content

CI: Simplify Python setup using setup-python action #37

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

Open
wants to merge 14 commits into
base: fix-build-onpy11
Choose a base branch
from

Conversation

wp19991
Copy link

@wp19991 wp19991 commented Jul 7, 2025

This PR replaces the complex manual Python installation script with the official actions/setup-python action.

Key improvements:

  • Fixes the python3.11.so: cannot open shared object file error by ensuring all build dependencies are correctly installed.
  • Simplifies the workflow, making it much cleaner and easier to maintain.
  • Aligns with current GitHub Actions best practices.
  • Also updates actions/checkout to v3.

wp19991 added 14 commits July 7, 2025 14:51
Signed-off-by: wp19991 <[email protected]>
Signed-off-by: wp19991 <[email protected]>
Signed-off-by: wp19991 <[email protected]>
Signed-off-by: wp19991 <[email protected]>
Signed-off-by: wp19991 <[email protected]>
Signed-off-by: wp19991 <[email protected]>
Signed-off-by: wp19991 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant