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

Cherry-pick #472 to main: Find Python3 directly, not with GzPython #480

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Feb 9, 2024

PR #472 is a fix that will unbreak several CI jobs on macOS. It will be merged forward to main in #479, but that is slowed down by issues with commented tests, so I am cherry-picking this so expedite the fix of CI.

Commit message:

This removes the use of gz-cmake's GzPython in favor of a single call to find_package(Python3). This allows setting Python3_EXECUTABLE to specify which python version to use and is needed on macOS.

Note to maintainers: Remember to use Rebase-and-Merge.

This removes the use of gz-cmake's GzPython in favor
of a single call to find_package(Python3). This allows
setting Python3_EXECUTABLE to specify which python
version to use and is needed on macOS.

Signed-off-by: Steve Peters <[email protected]>
@github-actions github-actions bot added the 🏛️ ionic Gazebo Ionic label Feb 9, 2024
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (30560f5) 87.78% compared to head (3f14b54) 87.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #480      +/-   ##
==========================================
+ Coverage   87.78%   87.82%   +0.03%     
==========================================
  Files          59       59              
  Lines        5699     5699              
==========================================
+ Hits         5003     5005       +2     
+ Misses        696      694       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scpeters scpeters merged commit 94b335f into main Feb 9, 2024
10 checks passed
@scpeters scpeters deleted the scpeters/pick_find_python branch February 9, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏛️ ionic Gazebo Ionic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants