From ebeb2e0286a4f2b41875045b14361741b0886c32 Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Thu, 6 Jun 2024 14:54:12 -0400 Subject: [PATCH] Don't run the bash step of installing curl https://github.com/lcolladotor/cshl_rstats_genome_scale_2024/actions/runs/9406269175/job/25909330664#step:23:61 --- 02_iSEE.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_iSEE.Rmd b/02_iSEE.Rmd index 4d62fc8..37f3a53 100644 --- a/02_iSEE.Rmd +++ b/02_iSEE.Rmd @@ -326,7 +326,7 @@ curl::curl_version()$version If it's version 8.6.0, you likely need to upgrade to version 8.8.0. For macOS users, you can do this via `Homebrew` with -```{bash} +```{bash, eval = FALSE} ## Install homebrew from https://brew.sh/ brew install curl ```