From c4ab2c8dac63702234582bef2c6e2aa3fa82ff7a Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 11 Jun 2021 20:11:20 -0400 Subject: [PATCH] Maybe reinstalling the ps package will help. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d21ca98d10..92fd4a037f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,6 +132,7 @@ jobs: run: | remotes::install_deps('${{ needs.jobR.outputs.r_bindings }}', dependencies = TRUE) remotes::install_cran("rcmdcheck") + remotes::install_cran("ps", force=TRUE) remotes::install_cran("processx", force=TRUE) shell: Rscript {0}