From 6c9f34dafca60da372b7e64e59999cb345020c7c Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 1 Aug 2023 15:53:18 -0400 Subject: [PATCH] Do not set RSPM location --- .github/workflows/apps-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 5411f2b8cb..4999b86cf9 100644 --- a/.github/workflows/apps-deploy.yml +++ b/.github/workflows/apps-deploy.yml @@ -45,7 +45,7 @@ jobs: account: "barret" server_name: "rsc.radixu.com" server_url: "https://rsc.radixu.com/__api__" - rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest" + # rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest" cores: 1 retry: 3 # extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" @@ -54,7 +54,7 @@ jobs: env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - RSPM: ${{ matrix.config.rspm }} + # RSPM: ${{ matrix.config.rspm }} steps: - uses: actions/checkout@v3