We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024a6d9 commit c6b574bCopy full SHA for c6b574b
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
(; path="./GraphRecipes"),
87
(; path="./StatsPlots"),
88
])
89
- include(joinpath("ci", "matplotlib.jl")
+ include(joinpath(@__DIR__, "ci", "matplotlib.jl"))
90
Pkg.precompile() # // precompilation
91
'
92
0 commit comments