Commit ae5ef03
committed
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`).1 parent 4bebcd5 commit ae5ef03
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments