Update .gitpod.yml
This commit is contained in:
parent
73ced05228
commit
e89a329781
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue