From 2ec52f87d98b7dab971c18f5cc0a90ee2f328aaa Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 11 Nov 2021 22:20:38 +0100 Subject: [PATCH] Update alpine linux packages before building wheels --- tools/build/wheel_linux_before_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/wheel_linux_before_all.sh b/tools/build/wheel_linux_before_all.sh index a67024627..45164cc0c 100755 --- a/tools/build/wheel_linux_before_all.sh +++ b/tools/build/wheel_linux_before_all.sh @@ -12,6 +12,7 @@ set -x case "$ID" in alpine) # tzdata is required for datetime tests. + apk update apk add --no-cache postgresql-dev tzdata ;; -- 2.47.2