Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Aug 29, 2024
1 parent 2d8fbbf commit 2d66e8b
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 @@ -14,7 +14,7 @@ fi
if [ "${TESTING_PROFILE}" = "toil-integration-tests" ]; then
pip3 install --user toil[cwl]==3.15.0
else
pip3 install --user -r https://raw.githubusercontent.com/dockstore/dockstore/hotfix/1.15.4/dockstore-webservice/src/main/resources/requirements/1.15.0/requirements3.txt
pip3 install --user -r https://raw.githubusercontent.com/dockstore/dockstore/develop/dockstore-webservice/src/main/resources/requirements/1.15.0/requirements3.txt
fi

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

0 comments on commit 2d66e8b

Please sign in to comment.