sisl / tufte_algorithms_book

A template for textbooks in the same style as Algorithms for Optimization
350 stars 66 forks source link

replace install_pkgs.jl by jlpkg (closes #13) #15

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

closes #13

In #3 I introduced a not so good install_pkgs.jl to get a pip-like package installation experience. Since jlpkg works better, this PR introduces this tool to the gitlab ci script.

mykelk commented 4 years ago

Looks good to me. @tawheeler ?