Skip to content

Commit

Permalink
update Aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 6, 2024
1 parent c970378 commit 71a0a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
cmd=(xvfb-run ${cmd[@]})
fi
echo ${cmd[@]}
${cmd[@]} -e '
using Pkg
foreach(name -> Pkg.test(name; coverage=true), ("RecipesBase", "RecipesPipeline", "PlotsBase", "Plots"))
Expand Down
1 change: 1 addition & 0 deletions PlotsBase/test/test_quality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
stale_deps = (;
ignore = [:CondaPkg, :Contour, :UnitfulLatexify, :LaTeXStrings, :Latexify]
),
persistent_tasks = false,
ambiguities = false,
deps_compat = false, # FIXME: fails `CondaPkg`
piracies = false,
Expand Down

0 comments on commit 71a0a4f

Please sign in to comment.