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 02644f2 commit 2aad072Copy full SHA for 2aad072
src/SciMLTutorials.jl
@@ -10,6 +10,8 @@ default_builds = (:script,:html,:github)
10
function weave_file(folder,file,build_list=default_builds)
11
target = joinpath(repo_directory, "tutorials", folder, file)
12
@info("Weaving $(target)")
13
+
14
+ @show joinpath(repo_directory, folder, "Project.toml")
15
16
if isfile(joinpath(repo_directory, folder, "Project.toml"))
17
@info("Instantiating", folder)
0 commit comments