Skip to content

Commit

Permalink
try no public rspm
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr committed Sep 28, 2023
1 parent 6cc86c1 commit 716a9b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: main
pull_request:
branches: [main, master]
branches: main

name: R-CMD-check

Expand All @@ -20,8 +20,6 @@ jobs:
uses: actions/checkout@v3
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Setup renv
uses: r-lib/actions/setup-renv@v2
with:
Expand Down

0 comments on commit 716a9b6

Please sign in to comment.