From 6c8d7cf3948c9ea77e1b0a05bfb2e81fce64bf63 Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Fri, 6 Dec 2024 11:20:24 -0500 Subject: [PATCH] Add schema salad --- scripts/install-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-tests.sh b/scripts/install-tests.sh index 4fb7e0098..f72aae1ef 100755 --- a/scripts/install-tests.sh +++ b/scripts/install-tests.sh @@ -20,6 +20,7 @@ else DEBIAN_FRONTEND=noninteractive sudo apt-get -qq --yes --force-yes install tzdata pipx curl curl -o requirements.txt "https://dockstore.org/api/metadata/runner_dependencies?client_version=1.16.0&python_version=3" pipx install cwltool==3.1.20240708091337 + pipx install schema_salad pipx runpip cwltool install -r requirements.txt # this ensures that your version of cwltool and its dependencies matches what we test with pipx ensurepath fi