aboutsummaryrefslogtreecommitdiff
path: root/source/merge.d
diff options
context:
space:
mode:
Diffstat (limited to 'source/merge.d')
-rw-r--r--source/merge.d2
1 files changed, 1 insertions, 1 deletions
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;
}