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

Python dependency sync check is never executed in CI/CD workflow #764

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

jtrobles-cdd
Copy link
Member

@jtrobles-cdd jtrobles-cdd commented Jan 28, 2025

The step “Check that compiled Python dependency manifests are up-to-date with their sources” is supposed to run only for the lowest supported Python version (currently 3.8). However, commit 751adb0 from pull request #748 inadvertently disabled this step for all Python versions because of an incorrect string comparison (3.8. is not a substring of 3.8).

@jtrobles-cdd jtrobles-cdd added the bug Something isn't working label Jan 28, 2025
@jtrobles-cdd jtrobles-cdd self-assigned this Jan 28, 2025
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner January 28, 2025 22:53
The step “Check that compiled Python dependency manifests are up-to-date with their sources”
is supposed to run only for the lowest supported Python version (currently 3.8).
However, commit 751adb0 inadvertently disabled
this step for all Python versions because of an incorrect string comparison
(`3.8.` is not a substring of `3.8`).
@jtrobles-cdd jtrobles-cdd force-pushed the bugfix/ci-cd-python-deps-sync-check branch from ae5ef03 to 6cb9da3 Compare January 28, 2025 22:54
@jtrobles-cdd jtrobles-cdd merged commit 3303f16 into develop Jan 28, 2025
21 checks passed
@jtrobles-cdd jtrobles-cdd deleted the bugfix/ci-cd-python-deps-sync-check branch January 28, 2025 23:03
@fpinto-cdd fpinto-cdd mentioned this pull request Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant