Skip to content

Commit fdbfbee

Browse files
committed
Add julia/bin/ to PATH
1 parent f8cd74f commit fdbfbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using ComponentArrays
77
using DelimitedFiles
88

99
@testset "Running from CLI" begin
10-
ParticlesMC.comonicon_install();
10+
ENV["PATH"] = "~/.julia/bin:" * ENV["PATH"]
1111
@test success(`bash -c "command -v particlesmc"`)
1212
@test success(`particlesMC params.toml`)
1313
end

0 commit comments

Comments
 (0)