Skip to content

Commit

Permalink
Update Github Actions to use Docker image v1.4.18_1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed May 24, 2024
1 parent 2b35b23 commit c8587c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
# The following Docker image was pushed to the Github container registry,
# which is found at the Github Packages tab.
# image: ghcr.io/cole-trapnell-lab/monocle3_depend.v1.3.0_20221103:v1 # old and replaced
image: ghcr.io/cole-trapnell-lab/monocle3_depend:v1.4.5_1
# image: ghcr.io/cole-trapnell-lab/monocle3_depend:v1.4.18_1
# image: ghcr.io/cole-trapnell-lab/monocle3_depend:v1.4.5_1
image: ghcr.io/cole-trapnell-lab/monocle3_depend:v1.4.18_1

#
#
Expand Down Expand Up @@ -120,9 +120,9 @@ jobs:
# output unless an error occurs, in which case, the output of all
# regressions tests is output.
# Rscript -e 'install.packages(c("ggdist", "ggforce"))'
# Rscript -e 'remotes::install_github("bnprks/BPCells")'
- name: Run R CMD build and R CMD check
run: |
Rscript -e 'remotes::install_github("bnprks/BPCells")'
R CMD build .
R CMD check monocle3*tar.gz
shell: bash
Expand Down

0 comments on commit c8587c5

Please sign in to comment.