Skip to content

Commit

Permalink
Merge pull request #34 from DARPA-ASKEM/bugfix/julia
Browse files Browse the repository at this point in the history
Minor fix to install.jl
  • Loading branch information
liunelson authored Dec 1, 2023
2 parents 7ff0beb + 3831fbc commit 6944f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/julia/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end

import Pkg
Pkg.activate(".")

Pkg.instantiate()
import PackageCompiler

target = if !(length(ARGS) == 0) lowercase(ARGS[1]) else "local" end
Expand Down Expand Up @@ -77,4 +77,4 @@ if target == "local"
julia --project="@askem" --startup=no --color yes -J$(env_dir)ASKEM-Sysimage.so
```
"""
end
end

0 comments on commit 6944f94

Please sign in to comment.