diff --git a/.github/workflows/check_on_push.yml b/.github/workflows/check_on_push.yml index 7fc6fa6..de3ca9d 100644 --- a/.github/workflows/check_on_push.yml +++ b/.github/workflows/check_on_push.yml @@ -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 # # @@ -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