From 29c85ee46f4318e18fe6d1707e99439115340ee3 Mon Sep 17 00:00:00 2001 From: abhineethreddyk Date: Mon, 14 Dec 2020 22:33:50 -0500 Subject: [PATCH] Migrated testing from Travis to Github Actions - part 3 --- .github/workflows/integrate.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 220293e8..c28941cc 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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