Skip to content

Commit

Permalink
set openssl conf to null
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Dec 16, 2024
1 parent 6987ec7 commit 2f8f9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binchicken/workflow/scripts/evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
test <- !is.null(snakemake@config$test)
if (test) sink(file("/dev/null", "w"), type = "message")

Sys.setenv(OPENSSL_CONF = "/dev/null")
library(gt)
library(cowplot)
library(tidyverse)
Expand Down

0 comments on commit 2f8f9cd

Please sign in to comment.