AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
343 stars 149 forks source link

Fail Notebook runner workflow if any notebook fails #2629

Closed aamster closed 1 year ago

aamster commented 1 year ago

We had to ignore failure in the notebook runner because we had to release VBN rc/2.14.0 before the VBO data has been released on S3. This causes the notebook runner to fail because the data is out of sync with what the API expects. Once #2553 is completed, actually fail the notebook runner if any notebooks fail.