From dc8cbe259c634b9095abba67f8f9e78a1e10dca4 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 7 Apr 2024 10:33:55 +0200 Subject: [PATCH] fix --- ci/downstream.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/downstream.jl b/ci/downstream.jl index 9cafeeee0..ad444cbba 100644 --- a/ci/downstream.jl +++ b/ci/downstream.jl @@ -1,7 +1,7 @@ using Pkg, Plots, Test -LibGit2 = Pkg.GitTools.LibGit2 -TOML = Pkg.TOML +const LibGit2 = Pkg.GitTools.LibGit2 +const TOML = Pkg.TOML failsafe_clone_checkout(path, url) = begin local repo @@ -51,7 +51,7 @@ end test_stable(pkg::String) = begin Pkg.activate(; temp = true) - mktempdir() do + mktempdir() do tmpd for dn in ("RecipesBase", "RecipesPipeline", "PlotsBase", "") Pkg.develop(; path = joinpath(@__DIR__, "..", dn)) end