Skip to content

Commit d806956

Browse files
authored
Merge pull request #650 from common-workflow-language/upgrade_cwltest
upgrade cwltest
2 parents 52c276d + c87299e commit d806956

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
@@ -34,7 +34,7 @@ do
3434
# use pip2.7 and pip3 in separate loop runs
3535
pip${PYTHON_VERSION} install -U setuptools wheel pip
3636
pip${PYTHON_VERSION} install .
37-
pip${PYTHON_VERSION} install "cwltest>=1.0.20180130081614"
37+
pip${PYTHON_VERSION} install -U "cwltest>=1.0.20180130081614"
3838
pushd common-workflow-language
3939
# shellcheck disable=SC2154
4040
if [[ "$version" = *dev* ]]

0 commit comments

Comments
 (0)