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
The issue is that since we pulled the pages build out of the main pipeline flow, the hummingbird import fails.
* KeyError: 'hummingbird'
* ModuleNotFoundError: No module named 'hummingbird'
So we can either pull this stage back into the main pipeline as it was before (but make sure that the permissions are set correctly), or we can redownload everything again in the new stage. The second is a bit slower but maybe cleaner.
The text was updated successfully, but these errors were encountered:
With the restructuring of the pipeline due to the access token permission change, we're getting some quiet error and even though the pipeline is green, the docs aren't deploying (last was 3 weeks ago).
The issue is that since we pulled the pages build out of the main pipeline flow, the hummingbird import fails.
So we can either pull this stage back into the main pipeline as it was before (but make sure that the permissions are set correctly), or we can redownload everything again in the new stage. The second is a bit slower but maybe cleaner.
The text was updated successfully, but these errors were encountered: