From a2454f600804ee01c63abca8ee2ebed7f835769a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 27 May 2019 21:44:18 -0400 Subject: build locally --- source/merge.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/merge.d') diff --git a/source/merge.d b/source/merge.d index c241b4a..4e878d9 100644 --- a/source/merge.d +++ b/source/merge.d @@ -186,7 +186,7 @@ auto integration_test(ref Conda conda, string outdir, test_runner_t runner, test } } - if (conda.sh("python -m pip install .[test]")) { + if (conda.sh("python -m pip install -e .[test]")) { return 1; } -- cgit