Skip to content

Commit

Permalink
upgrade cwltool version
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 5, 2024
1 parent 7067b6f commit 4de8628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
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
sudo apt-get -qq --yes --force-yes install cwltool=3.1.20220224085855-1
sudo apt-get -qq --yes --force-yes install cwltool=3.1.20240112164112-2
fi

if [ "${TESTING_PROFILE}" = "singularity-tests" ]; then
Expand Down

0 comments on commit 4de8628

Please sign in to comment.