Skip to content

Commit

Permalink
Actually install current plugin with dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Apr 17, 2023
1 parent ebdb267 commit eae2a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ commands:
command: |
cd <<parameters.plugin>>
pip install git+https://github.com/kedro-org/kedro@main
pip install .
pip install -r test_requirements.txt
- run:
name: Install pre-commit hooks
Expand Down

0 comments on commit eae2a87

Please sign in to comment.