From dddc979bf4d5110fea31360a70130ec72d840250 Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Tue, 10 Dec 2024 10:23:56 -0500 Subject: [PATCH] Update install-tests.sh --- scripts/install-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install-tests.sh b/scripts/install-tests.sh index 2f19c7271..1747c22ef 100755 --- a/scripts/install-tests.sh +++ b/scripts/install-tests.sh @@ -14,7 +14,6 @@ fi if [ "${TESTING_PROFILE}" = "toil-integration-tests" ]; then pip3 install --user toil[cwl]==7.0.0 else - # depending on https://github.com/dockstore/dockstore/pull/5958 we may want to match where we go with the cwltool install, for now apt seems to work well sudo apt-get update # https://stackoverflow.com/questions/44331836/apt-get-install-tzdata-noninteractive needed by cwltool DEBIAN_FRONTEND=noninteractive sudo apt-get -qq --yes --force-yes install tzdata pipx curl