From 846545648bdc98392da7972558390f1ea26bfd24 Mon Sep 17 00:00:00 2001 From: Rich Bayliss Date: Fri, 5 Jun 2020 16:24:12 +0100 Subject: [PATCH] fix: Pin alpine python version Change-type: patch Signed-off-by: Rich Bayliss --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2ee41ee0..c8f05cb2 100644 --- a/circle.yml +++ b/circle.yml @@ -64,7 +64,7 @@ jobs: - run: name: Install dependencies command: | - apk add dbus-dev python make \ + apk add dbus-dev python3 make \ gcc libgcc libc-dev g++ - run: name: Run tests