Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent 4c3df53 commit 0f904dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
julia -e '
using Pkg
Pkg.add([
PackageSpec(url="https://github.com/JuliaPlots/Plots.jl/RecipesBase", rev="v2"),
PackageSpec(url="https://github.com/JuliaPlots/Plots.jl/RecipesPipeline", rev="v2"),
PackageSpec(url="https://github.com/JuliaPlots/Plots.jl/PlotsBase", rev="v2"),
PackageSpec(url="https://github.com/JuliaPlots/Plots.jl", rev="v2"),
(; 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", rev="v2"),
])
'
- uses: julia-actions/julia-buildpkg@latest
Expand Down

0 comments on commit 0f904dc

Please sign in to comment.