From 3a8a5d0457d4fb5eca8b2334688505e0305755e0 Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Mon, 7 Jun 2021 16:50:37 +0100 Subject: [PATCH] Install local Python --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index 569690b..f8b917e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,6 +4,7 @@ tasks: - name: Install opensafely cli tool # runs when workspace initially created, and as pre-build init: | + pyenv install $(pyenv local) pip install opensafely opensafely pull --project project.yaml - name: Update opensafely