Migrated testing from Travis to Github Actions - part 3
parent
e41b14af6d
commit
29c85ee46f
|
@ -24,7 +24,6 @@ jobs:
|
|||
sudo apt install r-base
|
||||
sudo apt install pandoc
|
||||
sudo Rscript --vanilla -e 'install.packages("rmarkdown", repos="http://cran.us.r-project.org")'
|
||||
cd rapids
|
||||
conda env create -f environment.yml -n test-environment
|
||||
source activate test-environment
|
||||
snakemake -j1 renv_install
|
||||
|
|
Loading…
Reference in New Issue