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 0165cc8 commit 4c3df53
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ jobs:
run: |
julia -e '
using Pkg
Pkg.develop(url="https://github.com/JuliaPlots/Plots.jl/RecipesBase", rev="v2")
Pkg.develop(url="https://github.com/JuliaPlots/Plots.jl/RecipesPipeline", rev="v2")
Pkg.develop(url="https://github.com/JuliaPlots/Plots.jl/PlotsBase", rev="v2")
Pkg.develop(url="https://github.com/JuliaPlots/Plots.jl", rev="v2")
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"),
])
'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
Expand Down

0 comments on commit 4c3df53

Please sign in to comment.