Install extra sentry dependency
This commit is contained in:
parent
2f50f503e4
commit
a1ff88e49b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
|
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
|
||||||
|
|
||||||
- name: install project dependencies
|
- name: install project dependencies
|
||||||
command: 'poetry install --no-dev'
|
command: 'poetry install --no-dev --extras sentry'
|
||||||
args:
|
args:
|
||||||
chdir: '{{ app_dir }}'
|
chdir: '{{ app_dir }}'
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Reference in a new issue