diff --git a/dev/buildbot/master/master.cfg b/dev/buildbot/master/master.cfg index 501a7191..1ef083fd 100644 --- a/dev/buildbot/master/master.cfg +++ b/dev/buildbot/master/master.cfg @@ -257,7 +257,7 @@ def websiteFactory(platform, gitMode='incremental', fullBuild=False): # Install the latest CoolProp system-wide - Migh cause errors if not run in virtual environment factory.addStep(ShellCommand(command=' '.join([docActivateCmd(), "python", "setup.py", "install"]), workdir= 'build/wrappers/Python', haltOnFailure = True)) # Test the compiled CoolProp - factory.addStep(ShellCommand(command=' '.join([docActivateCmd(), "python", "-c", "\"import CoolProp; print(CoolProp.__gitrevision__)\""]), workdir= 'build/wrappers/Python', haltOnFailure = True)) + factory.addStep(ShellCommand(command=' '.join([docActivateCmd(), "python", "-c", "\"import CoolProp; print(CoolProp.__gitrevision__)\""]), workdir= 'build/wrappers', haltOnFailure = True)) # Create plots and fluid tables factory.addStep(ShellCommand(command=fullBuildCommand, workdir= 'build/Web/scripts', haltOnFailure = True)) # Run doxygen build