From e89a32978119212770a8a983d870ac07ca10ae06 Mon Sep 17 00:00:00 2001 From: Joao M Date: Thu, 11 Aug 2022 23:18:36 +0000 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 871d512..130cfe5 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,10 +3,10 @@ # and commit this file to your remote git repository to share the goodness with others. tasks: - - init: |- + - init: make + + - command: | virtualenv -p /usr/bin/python3 venv source venv/bin/activate pip install -r requirements.txt - -