Closed gdurif closed 3 years ago
Minor modifications related to CI fails on cuda machine
I installed a missing system dependency (pacman -S libgit2) for a required R package.
pacman -S libgit2
For the CI to pass on the cuda machine, it is necessary to reinstall all R dependencies with:
cd rkeops/ci Rscript prepare_ci.R # !!! important : go to the directory, `Rscript rkeops/ci/prepare_ci.R` will not work as expected
Minor modifications related to CI fails on cuda machine
I installed a missing system dependency (
pacman -S libgit2
) for a required R package.For the CI to pass on the cuda machine, it is necessary to reinstall all R dependencies with: