Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 7, 2024
1 parent 80c0d97 commit dc8cbe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/downstream.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc8cbe2

Please sign in to comment.