Skip to content

Commit e772bee

Browse files
committed
Add julia/local/ to PATH
1 parent fdbfbee commit e772bee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ using DelimitedFiles
88

99
@testset "Running from CLI" begin
1010
ENV["PATH"] = "~/.julia/bin:" * ENV["PATH"]
11+
ENV["PATH"] = "~/.julia/local:" * ENV["PATH"]
1112
@test success(`bash -c "command -v particlesmc"`)
1213
@test success(`particlesMC params.toml`)
1314
end

0 commit comments

Comments
 (0)