Commit bb58524
authored
chore(ci): update package-updater workflow to skip on errors (#15127)
## Description
<!-- Provide an overview of the change and motivation for the change -->
`Generate Package Versions` workflow run is failing on: `AttributeError:
'InstallRequirement' object has no attribute 'use_pep517'`
Pin `pip<25.3` as pip-tools is not currently compatible with pip 25.3:
jazzband/pip-tools#2252 (comment)
## Testing
<!-- Describe your testing strategy or note what tests are included -->
Note: will see output of workflow run once merged into main, as we
cannot trigger workflows on non-main branches
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->1 parent 5feb712 commit bb58524
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments