-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update lock file #179
update lock file #179
Conversation
|
bfa378b
to
13e45d3
Compare
|
We seem to run into this a lot with these notebooks. Would it be worthwhile to write a test Action that tests all the endpoints we hit to ensure they are functioning properly? Then, run that before the CI's? It's difficult to highlight IOOS data services and tools when some of the services are down... |
In a way, the notebook itself is a test for the endpoint. Separating the endpoint test may hinder the failure when it happens during download time or accessing a variable.
Indeed. We should however have a list of essential/important services that we could track in another repo and have some diagnostics for them. |
Great points! |
I also want to investigate some of the CI failures here.