Install cython into the appropriate environment this time

This commit is contained in:
Ian Bell
2016-03-21 20:23:44 -07:00
parent 7b9a2382b3
commit 326c824775

View File

@@ -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