Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Python dependency sync check is never executed in CI/CD workflow
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`).
- Loading branch information