-
Notifications
You must be signed in to change notification settings - Fork 5
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
Preferably use quarto actions to publish when they work #3
Comments
I don’t think not using their official actions is really an issue : ATM their actions are just barebone (they’re just calls to "render/publish") and lack a lot of options. I don’t understand what do you mean by "compilation is a bit faster", actions can’t speedup compilations, they’re just javascript scripts executed inside a VM. We could preload the conda env as a pre-render project script, but it will need another action script for that: not worth the hassle, IMHO. |
Ok, but in the end, we could expect them having more comprehensive actions, and it is also a way to support them. Anyway, ok to use our own actions.
It was probably due to the use of pip in place of conda.
Ok, agree with that. But an example with the possibility of caching the conda-env would be nice. What do you think? |
Anything is faster than conda 😬
|
Ok thanks ! |
The rendering is currently done with a call to 'quarto render' via bash, the quarto publish action not working with conda. An issue has been filed about this. It seems that the compilation is a bit faster by this way, so we would have to gain.
The text was updated successfully, but these errors were encountered: