From edf9d9037dbb5041a38ea3f53194541e4f020eba Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 13 Oct 2024 17:23:54 +0200 Subject: [PATCH] update subdir --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f2803..7b5d37a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,9 @@ jobs: julia -e ' using Pkg Pkg.add([ - (; url="https://github.com/JuliaPlots/Plots.jl/RecipesBase", rev="v2"), - (; url="https://github.com/JuliaPlots/Plots.jl/RecipesPipeline", rev="v2"), - (; url="https://github.com/JuliaPlots/Plots.jl/PlotsBase", rev="v2"), + (; url="https://github.com/JuliaPlots/Plots.jl", subdir="RecipesBase", rev="v2"), + (; url="https://github.com/JuliaPlots/Plots.jl", subdir="RecipesPipeline", rev="v2"), + (; url="https://github.com/JuliaPlots/Plots.jl", subdir="PlotsBase", rev="v2"), (; url="https://github.com/JuliaPlots/Plots.jl", rev="v2"), ]) '