1
0
Fork 0

Update .gitpod.yml

This commit is contained in:
Joao M 2022-08-11 23:18:36 +00:00
parent 73ced05228
commit e89a329781

View file

@ -3,10 +3,10 @@
# and commit this file to your remote git repository to share the goodness with others. # and commit this file to your remote git repository to share the goodness with others.
tasks: tasks:
- init: |- - init:
make make
- command: |
virtualenv -p /usr/bin/python3 venv virtualenv -p /usr/bin/python3 venv
source venv/bin/activate source venv/bin/activate
pip install -r requirements.txt pip install -r requirements.txt