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 52c276d + c87299e commit d806956Copy full SHA for d806956
jenkins.bash
@@ -34,7 +34,7 @@ do
34
# use pip2.7 and pip3 in separate loop runs
35
pip${PYTHON_VERSION} install -U setuptools wheel pip
36
pip${PYTHON_VERSION} install .
37
- pip${PYTHON_VERSION} install "cwltest>=1.0.20180130081614"
+ pip${PYTHON_VERSION} install -U "cwltest>=1.0.20180130081614"
38
pushd common-workflow-language
39
# shellcheck disable=SC2154
40
if [[ "$version" = *dev* ]]
0 commit comments