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
Restoring a local package for bookdown workflow #443
Comments
|
You can set environment variables for all steps or for a single step of an action, here is an example: actions/examples/check-full.yaml Lines 39 to 41 in 6f4c414
|
|
Thanks @gaborcsardi I've tried the following configs and each time I get the same error |
|
Make sure you set the env var globally, if you set it in one step, it will not be available in other steps. Make sure that it is set correctly, just by printing it out. Otherwise if it is set correctly and this is the env var you are supposed to set, I am not sure what is wrong, but you can ask renv related questions at https://community.rstudio.com/tag/renv Make sure you use the |
|
Pretty sure I set them globally: I'll ask in Community |
Is it possible to pass
RENV_PATHS_LOCALto ther-lib/actions/examples/bookdown.ymlworkflow so that I can restore a local package when trying to reproduce the report using github actions?Otherwise I am hitting this error because my
.Renvironwith theRENV_PATHS_LOCALfield is not being passed:The text was updated successfully, but these errors were encountered: