Skip to content

Commit c6b574b

Browse files
authored
fix typo
1 parent 024a6d9 commit c6b574b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
(; path="./GraphRecipes"),
8787
(; path="./StatsPlots"),
8888
])
89-
include(joinpath("ci", "matplotlib.jl")
89+
include(joinpath(@__DIR__, "ci", "matplotlib.jl"))
9090
Pkg.precompile() # // precompilation
9191
'
9292

0 commit comments

Comments
 (0)