Skip to content

Commit 4b4821c

Browse files
committed
order switch
1 parent 3d8d03d commit 4b4821c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
install.packages('hdf5r')
4545
install.packages('knitr')
4646
install.packages('rmarkdown')
47+
remotes::install_github("asgr/imager", ref="low-depend") #to make sure we have the easy to install one, not CRAN
4748
remotes::install_deps(dependencies = TRUE)
4849
remotes::install_cran("rcmdcheck")
4950
remotes::install_github("asgr/Rwcs", ref="master")
5051
remotes::install_github("asgr/Rfits", ref="master")
5152
remotes::install_github("ICRAR/ProFit", ref="master")
52-
remotes::install_github("asgr/imager", ref="low-depend")
5353
shell: Rscript {0}
5454

5555
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)