Skip to content

Commit 8bc15b9

Browse files
author
Niall O'Higgins
committed
zap boolean
1 parent a1d0c17 commit 8bc15b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var VIRTUAL_PIP = path.join(VIRTUAL_ENV_DIR, "bin", "pip")
1111

1212
module.exports = function(ctx, cb) {
1313

14-
var CREATE_VIRTUAL_ENV = VIRTUAL_ENV_CMD + " && " + VIRTUAL_PIP + " install -r requirements.txt && "
14+
var CREATE_VIRTUAL_ENV = VIRTUAL_ENV_CMD + " && " + VIRTUAL_PIP + " install -r requirements.txt"
1515

1616
ctx.addDetectionRule({
1717
filename:"setup.py",

0 commit comments

Comments
 (0)