Skip to content

Commit

Permalink
explicit rhub images for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 5, 2024
1 parent 399a4b3 commit 7d80494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ jobs:
include:
- os: ubuntu-latest
r-version: 'release'
container:
image: ghcr.io/r-hub/containers/ubuntu-next:latest
- os: macos-latest
r-version: 'release'
steps:
- name: checkout repository
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Install Tidy Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y tidy
- name: set up R
uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
test:
name: smoke-tests
runs-on: ubuntu-latest
container:
image: ghcr.io/r-hub/containers/ubuntu-next:latest
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 7d80494

Please sign in to comment.