Skip to content

Commit 5445d33

Browse files
authored
Add pip to the diff commands as it's used to install a bunch of packages (#132)
1 parent b493a9f commit 5445d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [[ "$BASE_IMAGE_TAG" == "gcr.io/"* ]]; then
7878
docker pull "$BASE_IMAGE_TAG"
7979
fi
8080

81-
CMDS=("Rscript /tools/r_list_versions.R | sort" 'cat /etc/os-release | grep -oP "PRETTY_NAME=\"\K([^\"]*)"' "uname -r" "dpkg --list | awk '{print \$2\"==\"\$3}'")
81+
CMDS=("Rscript /tools/r_list_versions.R | sort" "pip freeze" 'cat /etc/os-release | grep -oP "PRETTY_NAME=\"\K([^\"]*)"' "uname -r" "dpkg --list | awk '{print \$2\"==\"\$3}'")
8282
for cmd in "${CMDS[@]}"; do
8383
echo "== Comparing $cmd =="
8484
diff --suppress-common-lines --side-by-side \

0 commit comments

Comments
 (0)