We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d0c17 commit 8bc15b9Copy full SHA for 8bc15b9
worker.js
@@ -11,7 +11,7 @@ var VIRTUAL_PIP = path.join(VIRTUAL_ENV_DIR, "bin", "pip")
11
12
module.exports = function(ctx, cb) {
13
14
- var CREATE_VIRTUAL_ENV = VIRTUAL_ENV_CMD + " && " + VIRTUAL_PIP + " install -r requirements.txt && "
+ var CREATE_VIRTUAL_ENV = VIRTUAL_ENV_CMD + " && " + VIRTUAL_PIP + " install -r requirements.txt"
15
16
ctx.addDetectionRule({
17
filename:"setup.py",
0 commit comments