mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fixed some conda bugs
This commit is contained in:
@@ -395,7 +395,7 @@ def pythonFactory(pyID, pyCFG=PythonSlaveConfig("name")):
|
||||
#
|
||||
# Do you want me to install the required packages? Enable this for new slaves.
|
||||
installPackages = False
|
||||
buildPyPI = checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
|
||||
buildPyPI = False # checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
|
||||
buildConda = True
|
||||
workingFolder = "build/wrappers/Python"
|
||||
installFolder = "install_root"
|
||||
|
||||
Reference in New Issue
Block a user