Skip to content

Commit

Permalink
gp yml poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
tripott committed Jun 7, 2022
1 parent 4945616 commit 7276b79
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@ tasks:
python3 -m venv /workspace/hyper-connect-py/venv
gp sync-done kitty
clear
- name: venv activate
- name: venv
before: |
gp sync-await kitty
source venv/bin/activate
gp sync-done meow
- name: install poetry
before: |
gp sync-await meow
curl -sSL https://install.python-poetry.org | python3 -
gp sync-done purr
- name: install dependencies with poetry
gp sync-await purr
poetry install
clear
pre-commit install
bash .git/hooks/pre-commit
echo 'Heres your virtual environment named venv. Install deps here.'
Expand Down

0 comments on commit 7276b79

Please sign in to comment.