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 - -