Skip to content

Commit

Permalink
remove docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
LuiseQuoss committed Sep 25, 2024
1 parent 40386e8 commit b4e545f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ name: R
jobs:
R:
runs-on: ubuntu-latest
container: rstudio/r-base:4.4-focal
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v4

# - uses: r-lib/actions/setup-r@v2
# with:
# use-public-rspm: true
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit b4e545f

Please sign in to comment.