Skip to content

Commit 61e3048

Browse files
Update SciMLTutorials.jl
1 parent d71eba9 commit 61e3048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SciMLTutorials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function weave_file(folder,file,build_list=default_builds)
1313

1414
if isfile(joinpath(repo_directory, "tutorials", folder, "Project.toml"))
1515
@info("Instantiating", folder)
16-
Pkg.activate(folder)
16+
Pkg.activate(joinpath(repo_directory,"tutorials", folder))
1717
Pkg.instantiate()
1818
Pkg.build()
1919

0 commit comments

Comments
 (0)