You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored and
Jammy2211
committed
fix: tolerate missing packages in test PyPI re-pin step
The re-pin loop iterates over all 5 PyAuto packages, but not all may
be uploaded yet due to parallel matrix runners. Add || true to prevent
failures when a package hasn't been uploaded by its matrix runner yet.
Also guard the Tests step re-pin with pip show to only re-pin packages
that are actually installed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments