Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Apr 19, 2023
1 parent 01940d9 commit b5c31b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-docker/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def before_all(context):
)

# install the plugin
call([context.python, "setup.py", "install"], env=context.env)
call([context.python, "-m", "pip", "install", "."], env=context.env)


def _setup_context_with_venv(context, venv_dir):
Expand Down

0 comments on commit b5c31b1

Please sign in to comment.