diff --git a/tasks.yml b/tasks.yml index d5a9a0a..3c1e2b5 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: + command: argv: - 'poetry install' - '--no-dev'