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 d71eba9 commit 61e3048Copy full SHA for 61e3048
src/SciMLTutorials.jl
@@ -13,7 +13,7 @@ function weave_file(folder,file,build_list=default_builds)
13
14
if isfile(joinpath(repo_directory, "tutorials", folder, "Project.toml"))
15
@info("Instantiating", folder)
16
- Pkg.activate(folder)
+ Pkg.activate(joinpath(repo_directory,"tutorials", folder))
17
Pkg.instantiate()
18
Pkg.build()
19
0 commit comments