-
Notifications
You must be signed in to change notification settings - Fork 8
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
df to inventory get response fails on CI #267
Comments
It appears our doc build is failing as well related to this issue, see here. |
I think this is a different issue, but wanted to make sure this wasn't also related to #271 , since the timing is about right for when that started being a thing. |
@d-chambers I think this should be fixed now? I tweaked |
Ok, so the test passes now? Feel free to close if so. |
In theory, yes. In practice, it looks like the CI is broken (specifically it's failing to install obsplus). |
Oh, that's not good 😟. I will try to take a look later this week. |
Description
Currently
test_stations_utils.py::TestDfToInventoryGetReponses::test_get_station_client
fails in CI, but works locally (on my machine 😉).This test reaches out to Pascal data services (formally IRIS) to get response information to create an inventory. It works locally but fails in CI. I wonder if Pascal data services gets too many requests from GH actions so it is getting rejected?
Anyway, I am going to kick the can down the road on this one because I know there are other changes coming to PDS soon that we will have to deal with from an ObsPy level.
The text was updated successfully, but these errors were encountered: