From a1ff88e49bef12fdae8acd89da985eb64e620fd4 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 17 Jul 2021 12:22:31 +0200 Subject: [PATCH] Install extra sentry dependency --- tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.yml b/tasks.yml index 5f95e36..9f168ff 100644 --- a/tasks.yml +++ b/tasks.yml @@ -38,7 +38,7 @@ PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}' - name: install project dependencies - command: 'poetry install --no-dev' + command: 'poetry install --no-dev --extras sentry' args: chdir: '{{ app_dir }}' environment: