Skip to content

Commit

Permalink
dev Plots stack
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent a327420 commit 0165cc8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ jobs:
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v2
- name: Develop RecipesBase, RecipesPipeline, PlotsBase, Plots
env:
JULIA_PKG_PRECOMPILE_AUTO: 0
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")
'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
with:
Expand Down

0 comments on commit 0165cc8

Please sign in to comment.