From 326c824775969f60787d486a5537f1ceaa2db58c Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Mon, 21 Mar 2016 20:23:44 -0700 Subject: [PATCH] Install cython into the appropriate environment this time --- dev/buildbot/master/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/buildbot/master/master.cfg b/dev/buildbot/master/master.cfg index 45e721e5..01fdafba 100644 --- a/dev/buildbot/master/master.cfg +++ b/dev/buildbot/master/master.cfg @@ -461,7 +461,7 @@ def pythonFactory(pyID, pyCFG=PythonSlaveConfig("name")): # Create the factory to add the actions to factory = getBaseFactory() # Upgrade cython - factory.addStep(ShellCommand(command='pip install --upgrade cython', workdir=workingFolder, haltOnFailure=True)) + factory.addStep(ShellCommand(command=combinedCMD('pip install --upgrade cython'), workdir=workingFolder, haltOnFailure=True)) # # Install dependencies if installPackages and False: # disabled