mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Install cython into the appropriate environment this time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user