Skip to content

Commit 2aad072

Browse files
Update SciMLTutorials.jl
1 parent 02644f2 commit 2aad072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SciMLTutorials.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ default_builds = (:script,:html,:github)
1010
function weave_file(folder,file,build_list=default_builds)
1111
target = joinpath(repo_directory, "tutorials", folder, file)
1212
@info("Weaving $(target)")
13+
14+
@show joinpath(repo_directory, folder, "Project.toml")
1315

1416
if isfile(joinpath(repo_directory, folder, "Project.toml"))
1517
@info("Instantiating", folder)

0 commit comments

Comments
 (0)