Add some code documentation

pull/612/head
David Anthoff 2019-03-21 12:55:34 -07:00
rodzic 65d4e6c034
commit 787afc43ea
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -113,6 +113,10 @@ class JuliaProjectTomlBuildPack(PythonBuildPack):
"""
Return series of build-steps specific to "this" Julia repository
We make sure that the IJulia package gets installed into the default
environment, and not the project specific one, by running the
IJulia install command with JULIA_PROJECT="".
Instantiate and then precompile all packages in the repos julia
environment.