Skip to content

Commit

Permalink
Fix e2e 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 May 17, 2023
1 parent e400a87 commit 5dbd901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/environment.py
Expand Up @@ -117,7 +117,7 @@ def _setup_minimal_env(context):
def _install_project_requirements(context):
install_reqs = (
Path(
"kedro/templates/project/{{ cookiecutter.repo_name }}/src/requirements.txt"
"kedro/templates/project/{{ cookiecutter.repo_name }}/dev-requirements.txt"
)
.read_text(encoding="utf-8")
.splitlines()
Expand Down

0 comments on commit 5dbd901

Please sign in to comment.