Skip to content

Commit 83272bc

Browse files
authored
Merge branch 'master' into singularity-support
2 parents 68dc21d + d806956 commit 83272bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ do
3737
pip${PYTHON_VERSION} install -U setuptools wheel pip
3838
pip${PYTHON_VERSION} uninstall -y cwltool
3939
pip${PYTHON_VERSION} install .
40-
pip${PYTHON_VERSION} install "cwltest>=1.0.20180130081614"
40+
pip${PYTHON_VERSION} install -U "cwltest>=1.0.20180130081614"
4141
pushd common-workflow-language
4242
# shellcheck disable=SC2154
4343
if [[ "$version" = *dev* ]]

0 commit comments

Comments
 (0)