Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Jan 16, 2022
1 parent 8eb7c9a commit 1cadc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end

function default_conda_exe(ROOTENV)
@static if Sys.iswindows()
p = joinpath(ROOTENV, "Script")
p = joinpath(ROOTENV, "Scripts")
conda_bat = joinpath(p, "conda.bat")
isfile(conda_bat) ? conda_bat : joinpath(p, "conda.exe")
else
Expand Down

0 comments on commit 1cadc27

Please sign in to comment.