Skip to content

Commit

Permalink
Do not set RSPM location
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Aug 1, 2023
1 parent 60286a7 commit 6c9f34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down

0 comments on commit 6c9f34d

Please sign in to comment.