From 96120c6a26ce83ab6479d5741f3867f503743af6 Mon Sep 17 00:00:00 2001 From: Theo Geddes Date: Thu, 16 Mar 2023 13:16:35 +0000 Subject: [PATCH] #3060: add imagehash back in --- .../recipe_test_workflow/app/install_cold/bin/install_cold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh index 6f36a4c027..04e960df74 100755 --- a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh +++ b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh @@ -39,4 +39,4 @@ git checkout 4527173 # Manually and temporarily install imagehash (it will be included in the # next ESMValTool community environment). -#rtw-env pip install imagehash -t "${CYLC_WORKFLOW_RUN_DIR}/lib/python" +rtw-env pip install imagehash -t "${CYLC_WORKFLOW_RUN_DIR}/lib/python"