Skip to content

Commit

Permalink
Update install-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen authored Nov 26, 2024
1 parent d65ad2c commit 60f0666
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 @@ -12,7 +12,7 @@ if [ "${TESTING_PROFILE}" = "unit-tests" ] || [ "${TESTING_PROFILE}" == "automat
fi

if [ "${TESTING_PROFILE}" = "toil-integration-tests" ]; then
pip3 install --user toil[cwl]==3.15.0
pip3 install --user toil[cwl]==7.0.0
else
pip3 install --user -r https://raw.githubusercontent.com/dockstore/dockstore/develop/dockstore-webservice/src/main/resources/requirements/1.15.0/requirements3.txt
fi
Expand Down

0 comments on commit 60f0666

Please sign in to comment.