We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68dc21d + d806956 commit 83272bcCopy full SHA for 83272bc
jenkins.bash
@@ -37,7 +37,7 @@ do
37
pip${PYTHON_VERSION} install -U setuptools wheel pip
38
pip${PYTHON_VERSION} uninstall -y cwltool
39
pip${PYTHON_VERSION} install .
40
- pip${PYTHON_VERSION} install "cwltest>=1.0.20180130081614"
+ pip${PYTHON_VERSION} install -U "cwltest>=1.0.20180130081614"
41
pushd common-workflow-language
42
# shellcheck disable=SC2154
43
if [[ "$version" = *dev* ]]
0 commit comments