Skip to content

Commit

Permalink
Don't use image
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed May 28, 2024
1 parent cc13376 commit 3a3e2b3
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 @@ -9,15 +9,13 @@ name: R-CMD-check
jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
container: ${{ matrix.config.image }}

name: ${{ matrix.config.os }} (${{ matrix.config.bioc }} - ${{ matrix.config.image }})
name: ${{ matrix.config.os }} (${{ matrix.config.bioc }}

strategy:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, bioc: 'devel', image: "alanocallaghan/basics:latest"}
- { os: ubuntu-latest, bioc: 'devel'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 3a3e2b3

Please sign in to comment.