Skip to content

Commit

Permalink
change dev order
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 13, 2024
1 parent a16b984 commit 05d5b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
Pkg.develop([
(; path="./RecipesBase"),
(; path="./RecipesPipeline"),
(; path="./PlotThemes"),
(; path="./PlotsBase"),
(; path="."),
(; path="./GraphRecipes"),
(; path="./StatsPlots"),
(; path="./PlotThemes"),
(; path="."),
])
- name: Install conda based matplotlib
Expand All @@ -96,8 +96,8 @@ jobs:
${cmd[@]} -e 'using Pkg; Pkg.test([
"RecipesBase",
"RecipesPipeline",
"PlotsBase",
"PlotThemes",
"PlotsBase",
"GraphRecipes",
"StatsPlots",
"Plots",
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ using Pkg
Base.get_bool_env("PLOTDOCS_DEV", false) && Pkg.develop([
(; path="../RecipesBase"),
(; path="../RecipesPipeline"),
(; path="../PlotThemes"),
(; path="../PlotsBase"),
(; path=".."),
(; path="../GraphRecipes"),
(; path="../StatsPlots"),
(; path=".."),
])
# oneliner debug PLOTDOCS_DEV=1 PLOTDOCS_PACKAGES='GR' PLOTDOCS_EXAMPLES=1 julia --project -e 'include("make.jl")'

Expand Down

0 comments on commit 05d5b09

Please sign in to comment.