Skip to content

Commit

Permalink
Add package install to setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Higgs committed Mar 27, 2021
1 parent 391718e commit 73c2166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ def setup(c, target=None, user=None, project=None, secrethub_template='secrethub
inject_to_file(c)
logger.info(f'Checking project directory...')
check_project(c)
logger.info(f'Installing dbtvault-dev in test project...')
run_dbt(c, 'deps', project='test')


@task
Expand Down

0 comments on commit 73c2166

Please sign in to comment.