-
Notifications
You must be signed in to change notification settings - Fork 272
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
doc action failing #1779
Comments
For reference, the failure is as follows (Seems to be problems in the pre-build step, and later commands like "git" are not found):
|
also for reference: downgrading the action to the latest tagged release doesn't help - perhaps we should consider opening an issue there? |
I think the issue is our |
Seems the problem is a missing git. Maybe it got removed from the default debian docker image. We should be able to just |
Ok, we already do have that in the pre-build command |
Seems the problem is the apt update step:
looks like an error due to the new debian release. |
I opened an issue with the action: ammaraskar/sphinx-action#33 |
I think we should start thinking to find an alternative in case we receive no fast response: from that repo, I see that the last answer by the maintainer(s) is around April of this year |
There is also the warning:
Not sure what the alternative would be for installing things though! (and apt has been around for quite a while, so not sure why it would still be considered unstable... maybe they prefer |
@kosack that warning is there since always and forever (and yes, I think it's the distinction between The real issue here is the release of a new debian version, that somehow makes the |
Since a few weeks ago at least, the docs action in the CI is failing for all new PRs and the master, e.g.:
https://github.com/cta-observatory/ctapipe/actions/runs/1159019166
Seems to be some change in the sphinx-action perhaps.
The text was updated successfully, but these errors were encountered: