From f947a56e086e5a2cc974003ed6c4d4a8ff3750c1 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 25 Nov 2024 21:40:50 +0100 Subject: [PATCH] keep JULIA_SSL_CA_ROOTS_PATH --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 9581a5fc7..80b6204d6 100644 --- a/pixi.toml +++ b/pixi.toml @@ -70,7 +70,7 @@ lint = { depends_on = [ build = { "cmd" = "julia --project build.jl", cwd = "build", depends_on = [ "generate-testmodels", "initialize-julia", -], env = { SSL_CERT_DIR = "" } } +], env = { SSL_CERT_DIR = "", JULIA_SSL_CA_ROOTS_PATH = "" } } remove-artifacts = "julia --eval 'rm(joinpath(Base.DEPOT_PATH[1], \"artifacts\"), force=true, recursive=true)'" # Tests test-ribasim-cli = "pytest --numprocesses=4 --basetemp=build/tests/temp --junitxml=report.xml build/tests"