Skip to content

Commit 471e51f

Browse files
check_version.sh needs latest pip per https://travis-ci.community/t/11214 (#345)
1 parent cb7368d commit 471e51f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: scripts/check_version.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ then
1111
fi
1212

1313
echo "PR: branch passed in: $pr_branch"
14+
# make sure we have the latest pip:
15+
pip3 install --upgrade pip
16+
1417
git fetch origin +refs/pull/${pr_branch}/merge
1518
git checkout FETCH_HEAD
1619
pip3 install .
@@ -30,4 +33,4 @@ then
3033
echo "${result}"
3134
exit 1
3235
fi
33-
echo "VersionCheck PASSED with response: ${result}"
36+
echo "VersionCheck PASSED with response: ${result}"

0 commit comments

Comments
 (0)