Skip to content

Commit

Permalink
build(gitpod): configure poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Sep 19, 2021
1 parent b696b20 commit 4cdd844
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
tasks:
- init: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
command: poetry install
- init: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
source $HOME/.poetry/env
poetry install
env:
PIP_USER: no
vscode:
Expand Down

0 comments on commit 4cdd844

Please sign in to comment.