insightsengineering / nestdevs-tasks

0 stars 0 forks source link

switch from `staged-dependencies` to `setup-r-dependencies` for deps install #65

Open pawelru opened 1 month ago

pawelru commented 1 month ago

Our new target solution for installing the dependencies is setup-r-dependencies GHA. Currently this is implemented by deps-installation-method parameter of most of our higher level actions. The default value is staged-dependencies which follows the existing / old logic. The task is to change it to the new value (and resolve issues if any).

More info:

This is done in that way to conduct migration product by product at its own pace. Then (some time in the future) we will soft deprecate that parameter and archive staged.dependencies at all.

Repos:

Part 1

Part 2