Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 1, 2024
1 parent 21ca8dc commit 117bd35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
shell: julia --project=@. --color=yes {0}
run: |
using Pkg
foreach(path -> Pkg.develop(; path), ("./RecipesBase", "./RecipesPipeline", "./PlotsBase"))
foreach(path -> Pkg.develop(; path), ("RecipesBase", "RecipesPipeline", "PlotsBase"))
- uses: julia-actions/julia-buildpkg@latest

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
using Pkg
foreach(("StatsPlots", "GraphRecipes")) do name
Pkg.activate(tempdir())
foreach(path -> Pkg.develop(; path), ("./RecipesBase", "./RecipesPipeline", "."))
foreach(path -> Pkg.develop(; path), ("RecipesBase", "RecipesPipeline", "PlotsBase", "."))
Pkg.add(name); Pkg.test(name; coverage=true)
end
Expand Down

0 comments on commit 117bd35

Please sign in to comment.